
.mk-button.outline-dimension.outline-btn-light {
    border-color: #fff !important;
    color: #fff;
}

    .mk-button.outline-dimension.outline-btn-light:hover {
        background-color: #fff;
        color: #252525;
    }

        .mk-button.outline-dimension.outline-btn-light:hover:hover i {
            color: #252525;
        }

.mk-button.outline-dimension.outline-btn-dark {
    border-color: #252525 !important;
    color: #252525;
}

    .mk-button.outline-dimension.outline-btn-dark:hover {
        background-color: #252525;
        color: #fff;
    }

        .mk-button.outline-dimension.outline-btn-dark:hover:hover i {
            color: #fff;
        }

.mk-button.savvy-dimension {
    border-width: 2px !important;
    border-style: solid !important;
    overflow: hidden;
}

    .mk-button.savvy-dimension span {
        position: relative;
    }

    .mk-button.savvy-dimension:after {
        content: "";
        position: absolute;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        height: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        width: 100%;
    }

    .mk-button.savvy-dimension:hover:after {
        height: 550%;
        opacity: 1;
    }

    .mk-button.savvy-dimension.outline-btn-light {
        border-color: #fff !important;
        color: #fff;
    }

        .mk-button.savvy-dimension.outline-btn-light:after {
            background-color: #fff;
        }

        .mk-button.savvy-dimension.outline-btn-light:hover {
            color: #252525;
        }

    .mk-button.savvy-dimension.outline-btn-dark {
        border-color: #252525 !important;
        color: #252525;
    }

        .mk-button.savvy-dimension.outline-btn-dark:after {
            background-color: #252525;
        }

        .mk-button.savvy-dimension.outline-btn-dark:hover {
            color: #fff;
        }

.mk-button[type=button], .mk-button[type=submit] {
    outline: 0;
    border: none;
    font-weight: 600;
}

.mk-button.mk-btn-anim {
    position: relative;
    overflow: hidden;
}

    .mk-button.mk-btn-anim.large {
        padding: 20px 60px;
    }

    .mk-button.mk-btn-anim.medium {
        padding: 14px 50px;
    }

    .mk-button.mk-btn-anim.small {
        padding: 12px 40px;
    }

    .mk-button.mk-btn-anim.side i {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        -webkit-transform: translate(-30px,-50%);
        -moz-transform: translate(-30px,-50%);
        -ms-transform: translate(-30px,-50%);
        -o-transform: translate(-30px,-50%);
        transform: translate(-30px,-50%);
        ms-transform: translate(-30px,-50%);
        opacity: 0;
    }

    .mk-button.mk-btn-anim.side span {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        ms-transform: translate(0,0);
        transition: transform .2s ease-out;
        -webkit-transition: -webkit-transform .2s ease-out;
        -o-transition: -o-transform .2s ease-out;
        -moz-transition: -moz-transform .2s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        ms-backface-visibility: hidden;
    }

.mk-button:hover.large.mk-btn-anim.side span, .mk-button:hover.medium.mk-btn-anim.side span, .mk-button:hover.small.mk-btn-anim.side span {
    -webkit-transform: translate(15px,0);
    -moz-transform: translate(15px,0);
    -ms-transform: translate(15px,0);
    -o-transform: translate(15px,0);
    transform: translate(15px,0);
    ms-transform: translate(15px,0);
}

.mk-button:hover.large.mk-btn-anim.side i, .mk-button:hover.medium.mk-btn-anim.side i, .mk-button:hover.small.mk-btn-anim.side i {
    opacity: 1;
}

.mk-button.mk-btn-anim.vertical i {
    position: absolute;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    ms-transform: translate(-50%,-50%);
    top: -30px;
    left: 50%;
}

.mk-button.mk-btn-anim.vertical span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    ms-transform: translate(0,0);
}

.mk-button:hover.large.mk-btn-anim.vertical span {
    -webkit-transform: translate(0,270%);
    -moz-transform: translate(0,270%);
    -ms-transform: translate(0,270%);
    -o-transform: translate(0,270%);
    transform: translate(0,270%);
    ms-transform: translate(0,270%);
}

.mk-button:hover.medium.mk-btn-anim.vertical span {
    -webkit-transform: translate(0,310%);
    -moz-transform: translate(0,310%);
    -ms-transform: translate(0,310%);
    -o-transform: translate(0,310%);
    transform: translate(0,310%);
    ms-transform: translate(0,310%);
}

.mk-button:hover.small.mk-btn-anim.vertical span {
    -webkit-transform: translate(0,360%);
    -moz-transform: translate(0,360%);
    -ms-transform: translate(0,360%);
    -o-transform: translate(0,360%);
    transform: translate(0,360%);
    ms-transform: translate(0,360%);
}

.mk-button i {
    margin: -2px 15px 0 0;
    line-height: 4px !important;
    font-size: 16px;
}

.mk-button.xx-large {
    padding: 38px 44px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
}

.mk-button.x-large {
    padding: 28px 36px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
}

.mk-button.large {
    padding: 20px 28px;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
}

.mk-button.medium {
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
}

.mk-button.small {
    padding: 12px 18px;
    font-size: 10px;
    line-height: 100%;
}

    .mk-button.small i {
        margin-top: -3px;
        font-size: 12px;
    }

.mk-button.outline-dimension.xx-large, .mk-button.savvy-dimension.xx-large {
    padding-top: 36px;
    padding-bottom: 36px;
}

.mk-button.outline-dimension.x-large, .mk-button.savvy-dimension.x-large {
    padding-top: 26px;
    padding-bottom: 26px;
}

.mk-button.outline-dimension.large, .mk-button.savvy-dimension.large {
    padding-top: 18px;
    padding-bottom: 18px;
}

.mk-button.outline-dimension.medium, .mk-button.savvy-dimension.medium {
    padding-top: 12px;
    padding-bottom: 12px;
}

.mk-button.outline-dimension.small, .mk-button.savvy-dimension.small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mk-button.three-dimension {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.3);
}

    .mk-button.three-dimension:active {
        top: 2px;
    }

.mk-button.two-dimension {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.07)),to(rgba(0,0,0,.15)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.07),rgba(0,0,0,.15));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.07),rgba(0,0,0,.15));
    background-image: -ms-linear-gradient(top,rgba(0,0,0,.07),rgba(0,0,0,.15));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.07),rgba(0,0,0,.15));
    box-shadow: inset 0 0 1px rgba(0,0,0,.8);
}

    .mk-button.two-dimension:active {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.15)),to(rgba(0,0,0,.07)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.15),rgba(0,0,0,.07));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.15),rgba(0,0,0,.07));
        background-image: -ms-linear-gradient(top,rgba(0,0,0,.15),rgba(0,0,0,.07));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.15),rgba(0,0,0,.07));
    }

button.mk-button {
    outline: 0;
    border: none !important;
    background: 0 0;
    line-height: 100%;
}

    button.mk-button::-moz-focus-inner {
        border: none;
    }

.mk-button-align {
    display: inline-block;
}

    .mk-button-align.right {
        float: right;
    }

    .mk-button-align.center {
        display: block !important;
        text-align: center;
    }

        .mk-button-align.center .mk-button {
            margin-right: 0;
        }

    .mk-button-align.left {
        text-align: left;
    }

    .mk-button-align.fullwidth-button {
        display: block !important;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-button-align.center, .mk-button-align.left, .mk-button-align.right {
        width: 100%;
        text-align: center !important;
        float: none !important;
    }
}

@media handheld,only screen and (max-width:767px) {
    .ls-wp-container .mk-button {
        padding: 8px 10px;
        font-size: 10px;
        line-height: 100%;
    }

        .ls-wp-container .mk-button i {
            margin-top: -3px;
            font-size: 10px;
        }
}

@media handheld,only screen and (max-width:550px) {
    .ls-wp-container .mk-button {
        padding: 5px 8px;
        font-size: 8px;
        line-height: 100%;
    }

        .ls-wp-container .mk-button i {
            margin-top: -3px;
            font-size: 10px;
        }
}

#review_form_wrapper input[type=submit], .button, .mk-flat-button, .shop-flat-btn, .woocommerce-product-search input[type=submit] {
    border: none !important;
    outline: 0 !important;
    color: #fff !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px !important;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    display: inline-block;
}

    #review_form_wrapper input[type=submit] i, .button i, .mk-flat-button i, .shop-flat-btn i, .woocommerce-product-search input[type=submit] i {
        color: #fff !important;
        font-size: 16px;
        line-height: 16px !important;
        margin-right: 10px;
    }

    #review_form_wrapper input[type=submit].alt, .button.alt, .mk-flat-button.alt, .shop-flat-btn.alt, .woocommerce-product-search input[type=submit].alt {
        text-shadow: none !important;
    }

        #review_form_wrapper input[type=submit].alt:hover, .button.alt:hover, .mk-flat-button.alt:hover, .shop-flat-btn.alt:hover, .woocommerce-product-search input[type=submit].alt:hover {
            background-color: #252525 !important;
        }

    #review_form_wrapper input[type=submit].shop-black-btn, .button.shop-black-btn, .mk-flat-button.shop-black-btn, .shop-flat-btn.shop-black-btn, .woocommerce-product-search input[type=submit].shop-black-btn {
        background-color: #252525;
    }

        #review_form_wrapper input[type=submit].shop-black-btn:hover, .button.shop-black-btn:hover, .mk-flat-button.shop-black-btn:hover, .shop-flat-btn.shop-black-btn:hover, .woocommerce-product-search input[type=submit].shop-black-btn:hover {
            background-color: #707070;
        }

    #review_form_wrapper input[type=submit]:hover, .button:hover, .mk-flat-button:hover, .shop-flat-btn:hover, .woocommerce-product-search input[type=submit]:hover {
        background-color: #323232 !important;
    }

    #review_form_wrapper input[type=submit]:hover {
        background-color: #252525 !important;
    }

a.mk-flat-button, a.shop-flat-btn {
    font-weight: 700;
    display: inline-block;
}

    a.mk-flat-button:hover, a.shop-flat-btn:hover {
        color: #fff;
    }

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #555 !important;
    height: 24px !important;
    line-height: 22px !important;
    padding: 0 8px 1px !important;
    font-size: 11px !important;
    border: 1px solid #ccc !important;
    background: #f7f7f7 !important;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08) !important;
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08) !important;
}

    .wp-core-ui .button-secondary:hover, .wp-core-ui .button:hover {
        background: #eee !important;
    }

.mk-chart {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .mk-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .mk-chart .chart-custom-text, .mk-chart .chart-percent, .mk-chart i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        color: #444;
        text-align: center;
        height: 100%;
    }

    .mk-chart .chart-custom-text {
        font-size: 18px;
    }

    .mk-chart .chart-percent {
        font-weight: 700;
        font-size: 16px;
    }

.mk-chart-desc {
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

@media handheld,only screen and (max-width:600px) {
    .mk-chart {
        margin: 0 auto;
    }
}

.mk-clients-shortcode {
    position: relative;
}

    .mk-clients-shortcode.slideshow-no-title {
        padding-top: 25px;
    }

    .mk-clients-shortcode ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-clients-shortcode ul.mk-flex-slides li {
            position: relative;
            text-align: center;
        }

            .mk-clients-shortcode ul.mk-flex-slides li .client-logo {
                margin: 0 9px;
            }

        .mk-clients-shortcode ul.mk-flex-slides .client-logo {
            width: 170px;
            border-width: 1px;
            border-style: solid;
        }

    .mk-clients-shortcode .mk-fancy-title {
        font-weight: 700 !important;
        font-size: 14px !important;
    }

        .mk-clients-shortcode .mk-fancy-title.title-with-button {
            margin-right: 38px;
        }

        .mk-clients-shortcode .mk-fancy-title span {
            padding-right: 5px;
        }

    .mk-clients-shortcode .client-logo {
        position: relative;
        display: block;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: .8;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .mk-clients-shortcode .client-logo:hover {
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .mk-clients-shortcode.bg-cover-true .client-logo {
        background-size: cover;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
    }

    .mk-clients-shortcode .flex-direction-nav a {
        position: absolute;
        top: -4px;
    }

        .mk-clients-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-clients-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            color: #aaa;
            font-size: 12px !important;
        }

    .mk-clients-shortcode .flex-prev {
        right: 20px;
    }

    .mk-clients-shortcode .flex-next {
        right: 0;
    }

    .mk-clients-shortcode.column-style ul {
        overflow: hidden;
    }

    .mk-clients-shortcode.column-style li {
        float: left;
        margin: 0;
        padding: 0;
    }

    .mk-clients-shortcode.column-style.one-column li {
        width: 100%;
    }

    .mk-clients-shortcode.column-style.two-column li {
        width: 50%;
    }

    .mk-clients-shortcode.column-style.three-column li {
        width: 33.3%;
    }

    .mk-clients-shortcode.column-style.four-column li {
        width: 25%;
    }

    .mk-clients-shortcode.column-style.five-column li {
        width: 20%;
    }

    .mk-clients-shortcode.column-style.six-column li {
        width: 16.6%;
    }

    .mk-clients-shortcode.column-style.border-boxed ul:not(:first-child) {
        border-top-style: none !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges ul:last-child .client-logo {
        border-bottom-style: none !important;
    }

@media handheld,only screen and (max-width:960px) {
    .mk-clients-shortcode.column-style.five-column li, .mk-clients-shortcode.column-style.four-column li, .mk-clients-shortcode.column-style.six-column li, .mk-clients-shortcode.column-style.three-column li {
        width: 33.2% !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges.five-column li:nth-child(3) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.four-column li:nth-child(3) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.six-column li:nth-child(3) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.three-column li:nth-child(3) .client-logo {
        border-right-style: none !important;
    }
}

@media handheld,only screen and (max-width:767px) {
    .mk-clients-shortcode.column-style.five-column li, .mk-clients-shortcode.column-style.four-column li, .mk-clients-shortcode.column-style.six-column li, .mk-clients-shortcode.column-style.three-column li {
        width: 49.8% !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges.five-column li:nth-child(2) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.four-column li:nth-child(2) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.six-column li:nth-child(2) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.three-column li:nth-child(2) .client-logo {
        border-right-style: none !important;
    }
}

@media handheld,only screen and (max-width:550px) {
    .mk-clients-shortcode.column-style.five-column li, .mk-clients-shortcode.column-style.four-column li, .mk-clients-shortcode.column-style.six-column li, .mk-clients-shortcode.column-style.three-column li, .mk-clients-shortcode.column-style.two-column li {
        width: 100% !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges.five-column li:nth-child(1) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.four-column li:nth-child(1) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.six-column li:nth-child(1) .client-logo, .mk-clients-shortcode.column-style.border-opened_edges.three-column li:nth-child(1) .client-logo {
        border-right-style: solid !important;
        border-left-style: solid !important;
        border-right-width: 1px !important;
        border-left-width: 1px !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges .mk-clients-fixed-list:first-of-type .client-logo {
        border-top-style: solid !important;
        border-top-width: 1px !important;
    }

    .mk-clients-shortcode.column-style.border-opened_edges .mk-clients-fixed-list:last-of-type .client-logo {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
    }
}

.contact-captcha-invalid::-webkit-input-placeholder {
    color: red !important;
    letter-spacing: 0 !important;
}

.contact-captcha-invalid:-moz-placeholder {
    color: red !important;
    letter-spacing: 0 !important;
}

.contact-captcha-invalid::-moz-placeholder {
    color: red !important;
    letter-spacing: 0 !important;
}

.contact-captcha-invalid:-ms-input-placeholder {
    color: red !important;
    letter-spacing: 0 !important;
}

.contact-captcha-valid::-webkit-input-placeholder {
    color: #008200 !important;
    letter-spacing: 0 !important;
}

.contact-captcha-valid:-moz-placeholder {
    color: #008200 !important;
    letter-spacing: 0 !important;
}

.contact-captcha-valid::-moz-placeholder {
    color: #008200 !important;
    letter-spacing: 0 !important;
}

.contact-captcha-valid:-ms-input-placeholder {
    color: #008200 !important;
    letter-spacing: 0 !important;
}

.mk-contact-form-wrapper {
    position: relative;
    margin-bottom: 20px;
}

    .mk-contact-form-wrapper.classic-style .mk-form-row {
        position: relative;
        margin-bottom: 10px;
    }

        .mk-contact-form-wrapper.classic-style .mk-form-row .captcha-image {
            max-height: 40px;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row .captcha-change-image {
            font-size: 10px;
            line-height: 1;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row i {
            position: absolute;
            top: 10px;
            left: 10px;
            color: #909090;
        }

            .mk-contact-form-wrapper.classic-style .mk-form-row i:before {
                font-size: 20px;
            }

        .mk-contact-form-wrapper.classic-style .mk-form-row .text-input {
            padding: 10px 10px 10px 45px;
            width: 70%;
            background-color: #fff;
            background-image: url(https://www.changangroup.com/Template/images/contact-inputs-bg.png);
            background-position: left top;
            background-repeat: repeat-y;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row .mk-textarea {
            padding: 10px 10px 10px 45px;
            width: 100%;
            height: 230px;
            background-color: #fff;
            background-image: url(https://www.changangroup.com/Template/images/contact-inputs-bg.png);
            background-position: left top;
            background-repeat: repeat-y;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row button {
            margin-top: 10px;
            padding: 17px 30px 16px;
            font-weight: 700;
            font-size: 12px;
        }

        .mk-contact-form-wrapper.classic-style .mk-form-row:last-of-type i {
            color: inherit;
        }

    .mk-contact-form-wrapper.modern-style .mk-form-row {
        position: relative;
        margin-bottom: 12px;
        text-align: center;
    }

        .mk-contact-form-wrapper.modern-style .mk-form-row .mk-textarea, .mk-contact-form-wrapper.modern-style .mk-form-row .text-input {
            border: 1px solid transparent;
            font-size: 14px;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .text-input {
            padding: 14px;
            width: 100%;
            text-align: center;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .mk-textarea {
            padding: 15px;
            width: 100%;
            height: 200px;
            text-align: center;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .captcha-image {
            position: absolute;
            top: 0;
            left: 0;
            max-height: 47px;
        }

        .mk-contact-form-wrapper.modern-style .mk-form-row .captcha-change-image {
            position: absolute;
            top: 15px;
            right: 10px;
            text-align: right;
            font-size: 10px;
            line-height: 1;
        }

    .mk-contact-form-wrapper.modern-style.contact-light .captcha-change-image {
        color: #969696;
    }

    .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea, .mk-contact-form-wrapper.modern-style.contact-light .text-input {
        background-color: rgba(255,255,255,.6);
        color: #252525;
    }

        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea::-webkit-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-light .text-input::-webkit-input-placeholder {
            color: #252525;
        }

        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:-ms-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-light .text-input:-ms-input-placeholder {
            color: #252525;
        }

        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:-moz-placeholder, .mk-contact-form-wrapper.modern-style.contact-light .text-input:-moz-placeholder {
            color: #252525;
        }

        .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus, .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus {
            background-color: rgba(0,0,0,.6);
            color: #fff;
        }

            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus::-webkit-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus::-webkit-input-placeholder {
                color: #fff;
            }

            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus:-ms-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus:-ms-input-placeholder {
                color: #fff;
            }

            .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea:focus:-moz-placeholder, .mk-contact-form-wrapper.modern-style.contact-light .text-input:focus:-moz-placeholder {
                color: #fff;
            }

    .mk-contact-form-wrapper.modern-style.contact-dark .captcha-change-image {
        color: #969696;
    }

    .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea, .mk-contact-form-wrapper.modern-style.contact-dark .text-input {
        background-color: rgba(0,0,0,.8);
        color: #fff;
    }

        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea::-webkit-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-dark .text-input::-webkit-input-placeholder {
            color: #fff;
        }

        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:-ms-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-dark .text-input:-ms-input-placeholder {
            color: #fff;
        }

        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:-moz-placeholder, .mk-contact-form-wrapper.modern-style.contact-dark .text-input:-moz-placeholder {
            color: #fff;
        }

        .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus, .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus {
            background-color: rgba(255,255,255,.6);
            color: #252525;
        }

            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus::-webkit-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus::-webkit-input-placeholder {
                color: #252525;
            }

            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus:-ms-input-placeholder, .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus:-ms-input-placeholder {
                color: #252525;
            }

            .mk-contact-form-wrapper.modern-style.contact-dark .mk-textarea:focus:-moz-placeholder, .mk-contact-form-wrapper.modern-style.contact-dark .text-input:focus:-moz-placeholder {
                color: #252525;
            }

    .mk-contact-form-wrapper.modern-style .mk-invalid {
        border: 1px solid red !important;
    }

    .mk-contact-form-wrapper.outline-style .mk-form-row {
        width: 100%;
        position: relative;
        text-align: center;
    }

        .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block {
            position: absolute;
            width: 50%;
            right: 0;
            top: 0;
        }

            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block a, .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block img {
                display: inline-block;
                text-align: left;
                line-height: 1;
                font-size: 10px;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block a {
                color: #969696;
                display: inline-block;
                padding: 17px 0;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .captcha-block img {
                height: 50px;
                max-width: 50%;
                position: relative;
                top: -5px;
            }

        .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input {
            margin: 0;
            font-size: 13px;
            background-color: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            outline: 0;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            padding: 18px;
        }

            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea::-webkit-input-placeholder, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input::-webkit-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:-ms-input-placeholder, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:-ms-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:-moz-placeholder, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:-moz-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus::-webkit-input-placeholder, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus::-webkit-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus:-ms-input-placeholder, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus:-ms-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea:focus:-moz-placeholder, .mk-contact-form-wrapper.outline-style .mk-form-row .text-input:focus:-moz-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input.full {
                width: 100%;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input.half {
                width: 50%;
            }

            .mk-contact-form-wrapper.outline-style .mk-form-row .text-input.two-third {
                width: 33.3333%;
            }

        .mk-contact-form-wrapper.outline-style .mk-form-row .mk-textarea {
            width: 100%;
            height: 200px;
            text-align: left;
        }

        .mk-contact-form-wrapper.outline-style .mk-form-row .contact-outline-submit {
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 3px;
            background: 0 0;
            outline: 0;
            padding: 18px;
            font-size: 13px;
            font-weight: 700;
            -webkit-transition: all .15s;
            -moz-transition: all .15s;
            -ms-transition: all .15s;
            -o-transition: all .15s;
            transition: all .15s;
        }

    .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea, .mk-contact-form-wrapper.outline-style.contact-dark .text-input {
        color: #222;
        border: 1px solid #333;
        -webkit-box-shadow: 0 0 0 1px #333;
        -moz-box-shadow: 0 0 0 1px #333;
        box-shadow: 0 0 0 1px #333;
    }

        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea::-webkit-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-dark .text-input::-webkit-input-placeholder {
            color: rgba(0,0,0,.8);
        }

        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:-ms-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-dark .text-input:-ms-input-placeholder {
            color: rgba(0,0,0,.8);
        }

        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:-moz-placeholder, .mk-contact-form-wrapper.outline-style.contact-dark .text-input:-moz-placeholder {
            color: rgba(0,0,0,.8);
        }

        .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus, .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus {
            background-color: rgba(0,0,0,.1);
            color: #222;
        }

            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus::-webkit-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus::-webkit-input-placeholder {
                color: rgba(0,0,0,.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus:-ms-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus:-ms-input-placeholder {
                color: rgba(0,0,0,.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-dark .mk-textarea:focus:-moz-placeholder, .mk-contact-form-wrapper.outline-style.contact-dark .text-input:focus:-moz-placeholder {
                color: rgba(0,0,0,.4);
            }

    .mk-contact-form-wrapper.outline-style.contact-dark .contact-outline-submit {
        color: #222;
        border: 1px solid #333;
        -webkit-box-shadow: 0 0 0 1px #333;
        -moz-box-shadow: 0 0 0 1px #333;
        box-shadow: 0 0 0 1px #333;
    }

        .mk-contact-form-wrapper.outline-style.contact-dark .contact-outline-submit:hover {
            background: rgba(0,0,0,.3);
        }

    .mk-contact-form-wrapper.outline-style.contact-dark .mk-contact-loading, .mk-contact-form-wrapper.outline-style.contact-dark .mk-contact-success {
        color: #222;
    }

    .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea, .mk-contact-form-wrapper.outline-style.contact-light .text-input {
        position: relative;
        color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 0 0 1px #e5e5e5;
        -moz-box-shadow: 0 0 0 1px #e5e5e5;
        box-shadow: 0 0 0 1px #e5e5e5;
    }

        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea::-webkit-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-light .text-input::-webkit-input-placeholder {
            color: rgba(255,255,255,.7);
        }

        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:-ms-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-light .text-input:-ms-input-placeholder {
            color: rgba(255,255,255,.7);
        }

        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:-moz-placeholder, .mk-contact-form-wrapper.outline-style.contact-light .text-input:-moz-placeholder {
            color: rgba(255,255,255,.7);
        }

        .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus, .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus {
            background-color: rgba(255,255,255,.1);
            color: #fff;
        }

            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus::-webkit-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus::-webkit-input-placeholder {
                color: rgba(255,255,255,.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus:-ms-input-placeholder, .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus:-ms-input-placeholder {
                color: rgba(255,255,255,.4);
            }

            .mk-contact-form-wrapper.outline-style.contact-light .mk-textarea:focus:-moz-placeholder, .mk-contact-form-wrapper.outline-style.contact-light .text-input:focus:-moz-placeholder {
                color: rgba(255,255,255,.4);
            }

    .mk-contact-form-wrapper.outline-style.contact-light .contact-outline-submit {
        color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 0 0 1px #e5e5e5;
        -moz-box-shadow: 0 0 0 1px #e5e5e5;
        box-shadow: 0 0 0 1px #e5e5e5;
    }

        .mk-contact-form-wrapper.outline-style.contact-light .contact-outline-submit:hover {
            background: rgba(255,255,255,.4);
        }

    .mk-contact-form-wrapper.outline-style.contact-light .mk-contact-loading, .mk-contact-form-wrapper.outline-style.contact-light .mk-contact-success {
        color: #fff;
    }

    .mk-contact-form-wrapper.outline-style .mk-contact-loading {
        right: 15px;
        bottom: 16px;
        font-size: 20px;
        text-align: center;
        line-height: 1;
        box-sizing: border-box;
    }

    .mk-contact-form-wrapper.outline-style .mk-contact-success {
        right: 15px;
        bottom: 20px;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .mk-contact-form-wrapper.outline-style .mk-invalid {
        border: 1px solid red !important;
        -webkit-box-shadow: 0 0 0 1px red !important;
        -moz-box-shadow: 0 0 0 1px red !important;
        box-shadow: 0 0 0 1px red !important;
    }

    .mk-contact-form-wrapper.corporate-style .mk-form-row {
        width: 100%;
        position: relative;
        text-align: center;
    }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .captcha-image {
            max-height: 54px;
            position: absolute;
            top: 4px;
            right: 0;
            z-index: 10;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .captcha-change-image {
            font-size: 10px;
            line-height: 1;
            display: block;
            text-align: right;
            padding: 10px 0;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-third {
            padding: 5px;
            width: 33.3333%;
            display: inline-block;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-half {
            padding: 5px;
            width: 50%;
            display: inline-block;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-form-full {
            padding: 5px;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input {
            margin: 0;
            font-size: 13px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            outline: 0;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            padding: 18px;
            width: 100%;
            position: relative;
            border: 1px solid #f6f6f6;
        }

            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:-moz-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:-ms-input-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea::-webkit-input-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:-moz-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:-ms-input-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input::-webkit-input-placeholder {
                font-size: 12px;
                letter-spacing: 2px;
            }

            .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus {
                background: red;
            }

                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus::-webkit-input-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus::-webkit-input-placeholder {
                    filter: alpha(opacity=@opacity * 100);
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: .8;
                }

                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus:-ms-input-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus:-ms-input-placeholder {
                    filter: alpha(opacity=@opacity * 100);
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: .8;
                }

                .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea:focus:-moz-placeholder, .mk-contact-form-wrapper.corporate-style .mk-form-row .text-input:focus:-moz-placeholder {
                    filter: alpha(opacity=@opacity * 100);
                    -moz-opacity: 80;
                    -khtml-opacity: 80;
                    opacity: 80;
                    opacity: .8;
                }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .mk-textarea {
            width: 100%;
            height: 200px;
            text-align: left;
        }

        .mk-contact-form-wrapper.corporate-style .mk-form-row .contact-submit {
            text-transform: uppercase;
            outline: 0;
            padding: 20px 28px;
            font-size: 12px;
            font-weight: 700;
            -webkit-transition: all .15s;
            -moz-transition: all .15s;
            -ms-transition: all .15s;
            -o-transition: all .15s;
            transition: all .15s;
            border: 1px solid #e5e5e5;
            float: right;
            margin-right: 5px;
            margin-top: 5px;
        }

            .mk-contact-form-wrapper.corporate-style .mk-form-row .contact-submit i {
                position: relative;
                left: 15px;
            }

    .mk-contact-form-wrapper.corporate-style .mk-contact-loading {
        right: 15px;
        bottom: 16px;
        font-size: 20px;
        text-align: center;
        line-height: 1;
        box-sizing: border-box;
    }

    .mk-contact-form-wrapper.corporate-style .mk-contact-success {
        right: 15px;
        bottom: 20px;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .mk-contact-form-wrapper.corporate-style .state-success {
        right: 30px !important;
    }

    .mk-contact-form-wrapper.corporate-style .mk-invalid {
        border: 1px solid red !important;
        -webkit-box-shadow: 0 0 0 1px red !important;
        -moz-box-shadow: 0 0 0 1px red !important;
        box-shadow: 0 0 0 1px red !important;
    }

.mk-contact-loading {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
    color: #c3c3c3;
    font-size: 16px;
}

.mk-contact-success {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
    width: 24px;
    height: 24px;
    color: #90b64d;
    font-size: 24px;
}

.mk-contactinfo-shortcode {
    margin-bottom: 20px;
}

@media handheld,only screen and (max-width:960px) {
    .mk-contact-form-shortcode .contact-form-spliter {
        float: none !important;
        margin-bottom: 6px;
        width: 100% !important;
    }

    .mk-contact-form-shortcode button {
        display: block;
        width: 100%;
    }
}

.mk-progress-button {
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .mk-progress-button[disabled], .mk-progress-button[disabled].state-loading {
        cursor: default;
    }

    .mk-progress-button .mk-progress-button-content {
        position: relative;
        display: block;
    }

    .mk-progress-button .state-error, .mk-progress-button .state-success {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        display: block;
        width: 20px;
        height: 20px;
        opacity: 0;
    }

    .mk-progress-button.medium .state-error, .mk-progress-button.medium .state-success {
        right: 20px;
        font-size: 14px;
    }

.notransition {
    transition: none !important;
}

.mk-progress-button .mk-progress-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0;
    transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
}

.flat-dimension .mk-progress-inner, .mk-contact-button .mk-progress-inner, .outline-btn-dark .mk-progress-inner, .outline-btn-light:hover .mk-progress-inner {
    background: rgba(0,0,0,.5);
}

.mk-contact-button:hover .mk-progress-inner, .outline-btn-dark:hover .mk-progress-inner, .outline-btn-light .mk-progress-inner {
    background: rgba(255,255,255,.5);
}

.mk-progress-button[data-horizontal] .mk-progress-inner {
    bottom: 0;
    width: 0;
    height: 5px;
    transition: width .3s,opacity .3s;
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
}

.mk-progress-button[data-vertical] .mk-progress-inner {
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height .3s,opacity .3s;
}

.mk-progress-button[data-style=move-up] {
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .mk-progress-button[data-style=move-up] .mk-progress-button-content {
        -webkit-transition: -webkit-transform .2s;
        transition: transform .2s;
    }

    .mk-progress-button[data-style=move-up] .mk-progress {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mk-progress-button[data-style=move-up].state-loading .mk-progress-button-content {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.wpcf7-form p {
    margin-bottom: 10px !important;
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form .wpcf7-textarea {
    width: 80%;
}

@media handheld,only screen and (max-width:767px) {
    .wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
        width: 100%;
    }
}

div.wpcf7-response-output {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 15px 15px 65px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
    background-color: #b8f4d0;
    background-image: url(https://www.changangroup.com/Template/images/box-confirm-icon.png);
}

div.wpcf7-mail-sent-ng {
    background-color: #d1eff8;
    background-image: url(https://www.changangroup.com/Template/images/box-info-icon.png);
}

div.wpcf7-spam-blocked {
    background-color: #fac6bf;
    background-image: url(https://www.changangroup.com/Template/images/box-error-icon.png);
}

div.wpcf7-validation-errors {
    background-color: #fbf1c8;
    background-image: url(https://www.changangroup.com/Template/images/box-warning-icon.png);
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 7px;
    right: 14px;
    color: red;
    font-size: 12px;
}

span.wpcf7-not-valid-tip-no-ajax {
    display: block;
    color: red;
    font-size: 12px;
}

span.wpcf7-list-item {
    margin-left: .5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    margin-bottom: 15px;
    margin-left: 4px;
    border: none;
    vertical-align: middle;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid red;
}

div.wpcf7-spam-blocked {
    border: 2px solid orange;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 13px 35px;
    letter-spacing: 1px;
    outline: 0;
    color: #252525;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    cursor: pointer;
    zoom: 1;
    border: 1px solid #252525;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -ms-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
}

    .wpcf7-submit:hover {
        background-color: #252525;
        color: #fff;
    }

.mk-content-box {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

    .mk-content-box .content-box-heading {
        display: block;
        padding: 14px 15px;
        border-bottom: 1px solid #e3e3e3;
        background-color: #f8f8f8;
        font-weight: 700;
        font-size: 16px;
    }

        .mk-content-box .content-box-heading p {
            margin-bottom: 0;
        }

        .mk-content-box .content-box-heading i {
            font-size: 16px;
            margin-right: 6px;
        }

    .mk-content-box .content-box-content {
        padding: 20px;
    }

.mk-content-slideshow-shortcode {
    margin-bottom: 40px;
    padding-right: 20px;
}

    .mk-content-slideshow-shortcode .mk-flex-content {
        padding: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .mk-content-slideshow-shortcode p {
        margin-bottom: 0;
    }

    .mk-content-slideshow-shortcode .flex-direction-nav a {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .mk-content-slideshow-shortcode .flex-direction-nav .flex-next {
        top: 30px;
        right: 0 !important;
        margin: 0;
        border-left-width: 11px;
        border-left-style: solid;
    }

    .mk-content-slideshow-shortcode .flex-direction-nav .flex-prev {
        top: 30px;
        right: 0 !important;
        margin: 14px 0 0;
        border-right-width: 11px;
        border-right-style: solid;
        background-position: 0 bottom;
    }

.visible-dt, .visible-dt-v2, .visible-sm, .visible-tl, .visible-tl-v2 {
    display: none;
}

@media screen and (max-width:765px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .hidden-tl {
        display: none !important;
    }

    .visible-tl {
        display: block !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1280px) {
    .hidden-tl-v2 {
        display: none !important;
    }

    .visible-tl-v2 {
        display: block !important;
    }
}

@media only screen and (min-width:1224px) {
    .hidden-dt {
        display: none !important;
    }

    .visible-dt {
        display: block !important;
    }
}

@media only screen and (min-width:1290px) {
    .hidden-dt-v2 {
        display: none !important;
    }

    .visible-dt-v2 {
        display: block !important;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .no-smartphone {
        display: none !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .no-ipad {
        display: none !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .no-iphone {
        display: none !important;
    }
}

.mk-blockquote p, .mk-fancy-title p, .mk-mini-callout p, .mk-title-box p, .pricing-offer-grid p {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.mk-divider {
    display: block;
}

    .mk-divider.custom-width.center {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .mk-divider.custom-width.left {
        text-align: left;
    }

    .mk-divider.custom-width.right {
        margin-left: auto;
        text-align: right;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-divider.custom-width.left, .mk-divider.custom-width.right {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.mk-divider.divider_one_fourth .divider-inner, .mk-divider.divider_one_half .divider-inner, .mk-divider.divider_one_third .divider-inner {
    display: inline-block;
}

.mk-divider.divider_one_fourth.center, .mk-divider.divider_one_half.center, .mk-divider.divider_one_third.center {
    text-align: center;
}

.mk-divider.divider_one_fourth.right, .mk-divider.divider_one_half.right, .mk-divider.divider_one_third.right {
    text-align: right;
}

.mk-divider.divider_one_fourth.left, .mk-divider.divider_one_half.left, .mk-divider.divider_one_third.left {
    text-align: left;
}

.mk-divider.divider_one_half .divider-inner {
    width: 50%;
}

.mk-divider.divider_one_third .divider-inner {
    width: 33.33%;
}

.mk-divider.divider_one_fourth .divider-inner {
    width: 25%;
}

.mk-divider.double_dot .divider-inner {
    height: 5px;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
}

.mk-divider.thick_solid .divider-inner {
    border-top: 2px solid #e5e5e5;
    border-top: 2px solid rgba(0,0,0,.1);
}

.mk-divider.thin_solid .divider-inner {
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(0,0,0,.1);
}

.mk-divider.single_dotted .divider-inner {
    border-top: 1px dashed #dadada;
}

.mk-divider.shadow_line .divider-inner {
    height: 7px;
}

    .mk-divider.shadow_line .divider-inner .divider-shadow-left, .mk-divider.shadow_line .divider-inner .divider-shadow-right {
        display: inline-block;
        width: 50%;
        height: 7px;
        background-image: url(https://www.changangroup.com/Template/images/shadow-divider.png);
        background-repeat: no-repeat;
    }

    .mk-divider.shadow_line .divider-inner .divider-shadow-left {
        background-position: left center;
    }

    .mk-divider.shadow_line .divider-inner .divider-shadow-right {
        background-position: right center;
    }

.mk-divider[class*=go_top] .divider-inner {
    position: relative;
    height: 12px;
}

    .mk-divider[class*=go_top] .divider-inner:before {
        top: 6px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        background-color: rgba(0,0,0,.1);
        content: "";
    }

    .mk-divider[class*=go_top] .divider-inner .divider-go-top {
        position: absolute;
        top: -10px;
        right: 0;
        float: right;
        padding-left: 4px;
    }

        .mk-divider[class*=go_top] .divider-inner .divider-go-top i {
            padding-left: 6px;
            vertical-align: top;
            font-size: 16px;
            color: #ccc;
        }

.mk-divider.go_top_thick .divider-inner:before {
    height: 2px;
}

.mk-divider.divider_page_divider {
    width: 100%;
}

.mk-dropcaps {
    display: inline-block;
    float: left;
    margin: 5px 8px 0 0;
    font-weight: 700;
    font-size: 20px;
}

    .mk-dropcaps.simple-style {
        margin: 5px 0 0;
        padding: 6px 6px 6px 0;
        color: #666;
        font-size: 50px;
        line-height: 16px;
    }

    .mk-dropcaps.fancy-style {
        color: #fff;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

.mk-swipe-slideshow {
    position: relative;
    margin-bottom: 20px;
}

    .mk-swipe-slideshow:hover .swiper-arrows {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 60;
        -khtml-opacity: 60;
        opacity: 60;
        opacity: .6;
    }

    .mk-swipe-slideshow .swiper-arrows {
        top: 50%;
        width: 38px;
        height: 38px;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        ms-transform: translate(0,-50%);
        background-color: rgba(0,0,0,.4);
        text-align: center;
        position: absolute;
        padding: 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer;
        color: #fff;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-swipe-slideshow .swiper-arrows:hover {
            background-color: rgba(0,0,0,.6);
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

        .mk-swipe-slideshow .swiper-arrows i {
            line-height: 40px;
            font-size: 16px;
        }

    .mk-swipe-slideshow .mk-swiper-prev {
        left: 20px;
    }

    .mk-swipe-slideshow .mk-swiper-next {
        right: 20px;
    }

.fb_type_button_count, .fb_type_button_count iframe, .fb_type_standard, .fb_type_standard iframe {
    height: 25px;
}

.fb_type_box_count, .fb_type_box_count iframe {
    height: 62px;
}

.mk-fancy-title {
    margin-bottom: 18px;
}

    .mk-fancy-title.pattern-style {
        background: url(https://www.changangroup.com/Template/images/fancy-title-pattern.png) left center repeat-x;
    }

        .mk-fancy-title.pattern-style p {
            display: inline;
        }

    .mk-fancy-title.simple-style span {
        background: 0 0 !important;
    }

    .mk-fancy-title p {
        margin-bottom: 0 !important;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-fancy-title {
        text-align: center !important;
    }

        .mk-fancy-title.pattern-style span {
            padding: 0 8px !important;
        }

        .mk-fancy-title.mk-force-responsive {
            font-size: 36px !important;
        }
}

.mk-title-box {
    line-height: 100%;
}

    .mk-title-box p {
        margin: 0;
    }

    .mk-title-box span {
        padding: 4px 0;
    }

.mk-faq-container {
    margin-bottom: 20px;
}

    .mk-faq-container.fancy-style-wrapper {
        border-top: 1px solid #ececec;
    }

        .mk-faq-container.fancy-style-wrapper .mk-faq-toggle {
            margin-bottom: 0 !important;
            border-top: none !important;
            padding: 0;
        }

        .mk-faq-container.fancy-style-wrapper .mk-toggle-title {
            padding: 18px;
            background: 0 0;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

            .mk-faq-container.fancy-style-wrapper .mk-toggle-title:hover {
                background: #646464;
                background: rgba(0,0,0,.02);
            }

            .mk-faq-container.fancy-style-wrapper .mk-toggle-title:before {
                margin: 10px 4px;
                color: rgba(0,0,0,.3);
                font-size: 10px !important;
            }

            .mk-faq-container.fancy-style-wrapper .mk-toggle-title i {
                color: rgba(0,0,0,.2) !important;
                font-size: 16px !important;
            }

.mk-faq-toggle {
    display: block;
    width: 100%;
    padding: 4px 10px;
}

    .mk-faq-toggle .mk-toggle-title {
        font-weight: 700;
    }

        .mk-faq-toggle .mk-toggle-title i {
            color: #d6d6d6 !important;
        }

        .mk-faq-toggle .mk-toggle-title:before {
            font-size: 10px !important;
        }

    .mk-faq-toggle .mk-toggle-pane {
        padding: 20px;
    }

.filter-faq {
    margin-bottom: 30px;
    text-align: center;
}

    .filter-faq ul {
        display: inline-block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .filter-faq ul li {
            display: inline-block;
        }

            .filter-faq ul li a {
                padding: 12px 14px;
                line-height: 13px;
                font-size: 13px;
                color: #323232;
                display: block;
                letter-spacing: 1px;
            }

                .filter-faq ul li a.current {
                    background-color: #969696;
                    background-color: rgba(0,0,0,.08);
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }

.mk-flickr-feeds-shortcode {
    margin-bottom: 20px;
}

    .mk-flickr-feeds-shortcode .flickr_badge_image {
        display: inline-block;
    }

        .mk-flickr-feeds-shortcode .flickr_badge_image a {
            position: relative;
            display: inline-block;
        }

            .mk-flickr-feeds-shortcode .flickr_badge_image a img {
                overflow: hidden;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

.mk-font-icons {
    display: inline-block;
}

    .mk-font-icons.icon-align-right {
        float: right;
    }

    .mk-font-icons.icon-align-center {
        display: block;
        text-align: center;
    }

    .mk-font-icons.icon-align-left {
        float: left;
    }

    .mk-font-icons i {
        display: inline-block;
    }

        .mk-font-icons i.circle-enabled {
            text-align: center;
            -webkit-border-radius: 256px;
            -moz-border-radius: 256px;
            border-radius: 256px;
        }

        .mk-font-icons i.mk-size-small {
            font-size: 16px;
        }

            .mk-font-icons i.mk-size-small.circle-enabled {
                padding: 3px;
                width: 16px;
                height: 16px;
                font-size: 12px;
                line-height: 16px;
            }

        .mk-font-icons i.mk-size-medium {
            font-size: 32px;
        }

            .mk-font-icons i.mk-size-medium.circle-enabled {
                padding: 3px;
                width: 32px;
                height: 32px;
                font-size: 16px;
                line-height: 32px;
            }

        .mk-font-icons i.mk-size-large {
            font-size: 48px;
        }

            .mk-font-icons i.mk-size-large.circle-enabled {
                width: 48px;
                height: 48px;
                font-size: 24px;
                line-height: 48px;
            }

        .mk-font-icons i.mk-size-x-large {
            font-size: 64px;
        }

            .mk-font-icons i.mk-size-x-large.circle-enabled {
                width: 64px;
                height: 64px;
                font-size: 32px;
                line-height: 64px;
            }

        .mk-font-icons i.mk-size-xx-large {
            font-size: 128px;
        }

            .mk-font-icons i.mk-size-xx-large.circle-enabled {
                width: 128px;
                height: 128px;
                font-size: 48px;
                line-height: 128px;
            }

        .mk-font-icons i.mk-size-xxx-large {
            font-size: 256px;
        }

            .mk-font-icons i.mk-size-xxx-large.circle-enabled {
                width: 256px;
                height: 256px;
                font-size: 64px;
                line-height: 256px;
            }

.mk-fullwidth-boxed {
    position: relative;
    display: block;
    padding: 30px;
}

.mk-fullwidth-slideshow, .mk-fullwidth-slideshow .mk-flex-slides {
    width: 100%;
    text-align: center;
}

    .mk-fullwidth-slideshow .mk-flex-slides li {
        text-align: center;
    }

        .mk-fullwidth-slideshow .mk-flex-slides li img {
            margin: 0 auto !important;
            max-width: auto !important;
            width: auto !important;
            height: auto;
        }

    .mk-fullwidth-slideshow .flex-direction-nav a {
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,.4);
        text-align: center;
    }

        .mk-fullwidth-slideshow .flex-direction-nav a i {
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

    .mk-fullwidth-slideshow .flex-direction-nav .flex-next {
        right: 20px;
    }

    .mk-fullwidth-slideshow .flex-direction-nav .flex-prev {
        left: 20px;
    }

.mk-gallery-shortcode article {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

    .mk-gallery-shortcode article .item-holder {
        margin: 0 8px 16px;
        position: relative;
        overflow: hidden;
        line-height: 4px;
    }

        .mk-gallery-shortcode article .item-holder img, .mk-gallery-shortcode article.gallery-one-column {
            width: 100%;
        }

            .mk-gallery-shortcode article.gallery-one-column .item-holder {
                margin: 0 0 16px;
            }

    .mk-gallery-shortcode article.gallery-two-column {
        width: 49.96%;
    }

    .mk-gallery-shortcode article.gallery-three-column {
        width: 33.31%;
    }

    .mk-gallery-shortcode article.gallery-four-column {
        width: 24.96%;
    }

    .mk-gallery-shortcode article.gallery-five-column {
        width: 19.96%;
    }

    .mk-gallery-shortcode article.gallery-six-column {
        width: 16.6%;
    }

    .mk-gallery-shortcode article.gallery-seven-column {
        width: 14.26%;
    }

    .mk-gallery-shortcode article.gallery-eight-column {
        width: 12.5%;
    }

        .mk-gallery-shortcode article.gallery-eight-column .item-holder {
            margin: 0 4px 8px;
        }

    .mk-gallery-shortcode article .gallery-inner {
        display: block;
    }

    .mk-gallery-shortcode article.grid-frame .item-holder {
        margin: 0 1px 2px;
    }

        .mk-gallery-shortcode article.grid-frame .item-holder img {
            width: 100%;
        }

    .mk-gallery-shortcode article.rounded-frame .gallery-inner, .mk-gallery-shortcode article.rounded-frame .gallery-inner .image-hover-overlay, .mk-gallery-shortcode article.rounded-frame .gallery-inner img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .mk-gallery-shortcode article.gray_border-frame .gallery-inner {
        border: 6px solid rgba(0,0,0,.06);
    }

    .mk-gallery-shortcode article .image-hover-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .mk-gallery-shortcode article .gallery-title {
        position: absolute;
        top: 58%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        font-weight: 700;
    }

    .mk-gallery-shortcode article .gallery-caption {
        display: none;
    }

    .mk-gallery-shortcode article.hover-fadebox .mk-image-shortcode-lightbox.lightbox-push-top {
        top: 35%;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover .image-hover-overlay {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 85;
        -khtml-opacity: 85;
        opacity: 85;
        opacity: .85;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover .mk-image-shortcode-lightbox {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover .gallery-title {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
        top: 56%;
    }

    .mk-gallery-shortcode article.hover-fadebox:hover img {
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-filter: grayscale(1);
    }

    .mk-gallery-shortcode article.hover-slow_zoom a {
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .mk-gallery-shortcode article.hover-slow_zoom img {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
        ms-transform: scale(1.04);
        -webkit-transition: all 3s cubic-bezier(0.25,.46,.45,.94);
        -moz-transition: all 3s cubic-bezier(0.25,.46,.45,.94);
        -ms-transition: all 3s cubic-bezier(0.25,.46,.45,.94);
        -o-transition: all 3s cubic-bezier(0.25,.46,.45,.94);
        transition: all 3s cubic-bezier(0.25,.46,.45,.94);
    }

    .mk-gallery-shortcode article.hover-slow_zoom:hover img {
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11);
        ms-transform: scale(1.11);
    }

    .mk-gallery-shortcode article.hover-overlay_layer .gallery-desc {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mk-gallery-shortcode article.hover-overlay_layer a {
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .mk-gallery-shortcode article.hover-overlay_layer .gallery-title {
        position: relative;
        top: 0;
        display: block;
        padding: 8px 20px;
        margin-bottom: 10px;
    }

        .mk-gallery-shortcode article.hover-overlay_layer .gallery-title:after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 50%;
            margin-left: -6px;
            height: 2px;
            width: 12px;
            background-color: #fff;
        }

    .mk-gallery-shortcode article.hover-overlay_layer .gallery-caption {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        color: #fff;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .mk-gallery-shortcode article.hover-overlay_layer img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        ms-transform: scale(1);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover .image-hover-overlay {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: .8;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover .gallery-caption, .mk-gallery-shortcode article.hover-overlay_layer:hover .gallery-title {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-gallery-shortcode article.hover-overlay_layer:hover img {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
        ms-transform: scale(1.04);
    }

@media handheld,only screen and (max-width:960px) {
    .mk-gallery-shortcode article.gallery-eight-column, .mk-gallery-shortcode article.gallery-five-column, .mk-gallery-shortcode article.gallery-four-column, .mk-gallery-shortcode article.gallery-seven-column, .mk-gallery-shortcode article.gallery-six-column, .mk-gallery-shortcode article.gallery-three-column, .mk-gallery-shortcode article.gallery-two-column {
        width: 49.7%;
    }

        .mk-gallery-shortcode article.gallery-eight-column img, .mk-gallery-shortcode article.gallery-five-column img, .mk-gallery-shortcode article.gallery-four-column img, .mk-gallery-shortcode article.gallery-seven-column img, .mk-gallery-shortcode article.gallery-six-column img, .mk-gallery-shortcode article.gallery-three-column img, .mk-gallery-shortcode article.gallery-two-column img {
            width: 100%;
        }
}

@media handheld,only screen and (max-width:540px) {
    .mk-gallery-shortcode article {
        width: 100% !important;
    }
}

.mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
    width: 25%;
}

.mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
    width: 50%;
}

@media handheld,only screen and (max-width:1140px) {
    .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 24.9%;
    }

    .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}

@media handheld,only screen and (max-width:960px) {
    .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large, .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 49.9%;
    }
}

@media handheld,only screen and (max-width:767px) {
    .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large, .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 100%;
    }
}

.vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
    width: 24.96%;
}

.vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
    width: 49.96%;
}

@media handheld,only screen and (max-width:1140px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 24.9%;
    }

    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large {
        width: 49.9%;
    }
}

@media handheld,only screen and (max-width:960px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large, .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 49.9%;
    }
}

@media handheld,only screen and (max-width:767px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .gallery-mansory-large, .vc_row.mk-fullwidth-true .mk-gallery-shortcode.masnory-gallery .mk-gallery-item {
        width: 100%;
    }
}

.vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column {
    width: 12.46%;
}

    .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column .item-holder {
        margin: 0 4px 8px;
    }

@media handheld,only screen and (max-width:960px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column {
        width: 49.7%;
    }

        .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column img {
            width: 100%;
        }
}

@media handheld,only screen and (max-width:540px) {
    .vc_row.mk-fullwidth-true .mk-gallery-shortcode .gallery-eight-column {
        width: 100% !important;
    }
}

.wpb_map_wraper {
    margin-bottom: 20px;
    line-height: 4px;
}

    .wpb_map_wraper.rounded-frame {
        overflow: hidden;
        border: 2px solid rgba(0,0,0,.06);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .wpb_map_wraper.gray_border-frame {
        border: 6px solid rgba(0,0,0,.06);
    }

    .wpb_map_wraper.border_shadow-frame {
        border: 6px solid #fff;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
        box-shadow: 0 0 5px rgba(0,0,0,.25);
    }

    .wpb_map_wraper.shadow_only-frame {
        -webkit-box-shadow: 0 0 4px 3px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 4px 3px rgba(0,0,0,.1);
        box-shadow: 0 0 4px 3px rgba(0,0,0,.1);
    }

.mk-advanced-gmaps img {
    max-width: none !important;
}

.mk-gmaps-parallax {
    overflow: hidden;
}

    .mk-gmaps-parallax > div {
        margin-top: -100px;
    }

.wpb_googleplus_type_medium, .wpb_googleplus_type_small, .wpb_googleplus_type_standard, .wpb_googleplus_type_tall {
    height: 25px;
}

.mk-highlight {
    margin: 0;
    padding: 2px;
    color: #fff;
}

.mk-event-countdown {
    margin-bottom: 30px !important;
}

    .mk-event-countdown .mk-event-title {
        display: block;
        margin-bottom: 25px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }

.mk-event-countdown-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

    .mk-event-countdown-ul li {
        display: inline-block;
        margin: 0 0 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
        border: 2px solid rgba(0,0,0,.1);
        padding: 20px 4px;
    }

        .mk-event-countdown-ul li .timestamp {
            position: relative;
            display: block;
            font-size: 70px;
            font-weight: 300;
            padding: 18px 5px 35px;
            color: #555;
            text-shadow: 1px 1px #fff;
        }

            .mk-event-countdown-ul li .timestamp:before {
                content: '';
                display: block;
                position: absolute;
                width: 30px;
                height: 3px;
                letter-spacing: 2px;
                background: #ddd;
                left: 50%;
                -webkit-transform: translate(-50%,66px);
                -moz-transform: translate(-50%,66px);
                -ms-transform: translate(-50%,66px);
                -o-transform: translate(-50%,66px);
                transform: translate(-50%,66px);
                ms-transform: translate(-50%,66px);
            }

        .mk-event-countdown-ul li .timeRef {
            color: #898989;
            display: block;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding-top: 20px;
        }

@media handheld,only screen and (max-width:750px) {
    .mk-event-countdown-ul li {
        width: 90%;
        display: block;
        margin: 0 auto 15px;
    }
}

.mk-box-icon {
    position: relative;
    -webkit-backface-visibility: hidden;
}

    .mk-box-icon p {
        position: relative;
        margin-bottom: 0;
    }

    .mk-box-icon h4 i {
        text-transform: none !important;
    }

    .mk-box-icon .icon-box-readmore {
        position: relative;
        float: right;
        margin: 10px 15px 10px 0;
        font-size: 12px;
    }

        .mk-box-icon .icon-box-readmore i {
            position: relative;
            padding-left: 8px;
            vertical-align: middle;
            font-size: 16px;
            line-height: 16px;
        }

    .mk-box-icon.simple_minimal-style.vc_span4 {
        padding-right: 10px;
    }

    .mk-box-icon.simple_minimal-style .mk-main-ico {
        display: inline-block;
        margin-right: 12px;
        float: left;
        text-align: center;
    }

        .mk-box-icon.simple_minimal-style .mk-main-ico.small {
            font-size: 16px;
            line-height: 16px;
        }

        .mk-box-icon.simple_minimal-style .mk-main-ico.medium {
            font-size: 24px;
            line-height: 24px;
        }

        .mk-box-icon.simple_minimal-style .mk-main-ico.large {
            font-size: 32px;
            line-height: 32px;
        }

        .mk-box-icon.simple_minimal-style .mk-main-ico.x-large {
            font-size: 48px;
            line-height: 48px;
        }

    .mk-box-icon.simple_minimal-style .circled-icon {
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .mk-box-icon.simple_minimal-style .circled-icon.small {
            line-height: 42px;
            width: 42px;
            height: 42px;
        }

        .mk-box-icon.simple_minimal-style .circled-icon.medium {
            line-height: 64px;
            width: 64px;
            height: 64px;
        }

        .mk-box-icon.simple_minimal-style .circled-icon.large {
            line-height: 86px;
            width: 86px;
            height: 86px;
        }

        .mk-box-icon.simple_minimal-style .circled-icon.x-large {
            line-height: 110px;
            width: 110px;
            height: 110px;
        }

    .mk-box-icon.simple_minimal-style h4 {
        margin-bottom: 15px !important;
    }

        .mk-box-icon.simple_minimal-style h4.icon-circled {
            display: block;
            height: auto;
        }

            .mk-box-icon.simple_minimal-style h4.icon-circled span {
                display: block;
                padding-top: 5px;
            }

    .mk-box-icon.boxed-style .icon-box-boxed {
        position: relative;
        border: 1px solid #e0e0e0;
        background-color: #f4f4f4;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .mk-box-icon.boxed-style .icon-box-boxed.blured-box {
            border: 1px solid rgba(255,255,255,.6);
        }

        .mk-box-icon.boxed-style .icon-box-boxed.top {
            margin-top: 35px;
            padding: 70px 30px 30px;
        }

            .mk-box-icon.boxed-style .icon-box-boxed.top .mk-main-ico {
                top: -34px;
                left: 50%;
                margin-left: -32px;
            }

        .mk-box-icon.boxed-style .icon-box-boxed.left {
            margin-left: 30px;
            padding: 30px 30px 30px 60px;
            text-align: left;
        }

            .mk-box-icon.boxed-style .icon-box-boxed.left .mk-main-ico {
                top: 50%;
                left: -34px;
                margin-top: -34px;
            }

    .mk-box-icon.boxed-style .icon-box-readmore {
        display: inline-block;
        float: none;
    }

    .mk-box-icon.boxed-style h4 {
        margin-bottom: 20px;
        color: #222 !important;
    }

    .mk-box-icon.boxed-style .mk-main-ico {
        position: absolute;
        display: block;
        width: 65px;
        height: 65px;
        color: #fff;
        text-align: center;
        font-size: 32px;
        line-height: 65px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .mk-box-icon.boxed-style .mk-main-ico:before {
            position: relative;
        }

    .mk-box-icon.simple_ultimate-style .left-side {
        padding-right: 15px;
    }

        .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico {
            display: block;
            float: left;
        }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.small {
                width: 32px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.medium {
                width: 48px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.large {
                width: 64px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .mk-main-ico.x-large {
                width: 128px;
            }

        .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper {
            display: block;
        }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.small-size {
                margin-left: 48px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.medium-size {
                margin-left: 65px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.large-size {
                margin-left: 84px;
            }

            .mk-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.x-large-size {
                margin-left: 158px;
            }

    .mk-box-icon.simple_ultimate-style .top-side {
        text-align: center;
    }

        .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico {
            display: block;
        }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.small {
                margin-bottom: 8px;
            }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.medium {
                margin-bottom: 10px;
            }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.large {
                margin-bottom: 12px;
            }

            .mk-box-icon.simple_ultimate-style .top-side .mk-main-ico.x-large {
                margin-bottom: 15px;
            }

        .mk-box-icon.simple_ultimate-style .top-side h4 {
            margin-bottom: 22px;
        }

        .mk-box-icon.simple_ultimate-style .top-side .icon-box-readmore {
            display: inline-block;
            float: none;
        }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.small {
        font-size: 32px;
        line-height: 32px;
    }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.medium {
        font-size: 48px;
        line-height: 48px;
    }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.large {
        font-size: 64px;
        line-height: 64px;
    }

    .mk-box-icon.simple_ultimate-style .mk-main-ico.x-large {
        font-size: 128px;
        line-height: 128px;
    }

    .mk-box-icon .rounded-circle.left-side .small-size {
        margin-left: 90px !important;
    }

    .mk-box-icon .rounded-circle.left-side .medium-size {
        margin-left: 120px !important;
    }

    .mk-box-icon .rounded-circle.top-side .small {
        margin-bottom: 26px !important;
    }

    .mk-box-icon .rounded-circle.top-side .medium {
        margin-bottom: 34px !important;
    }

    .mk-box-icon .rounded-circle .mk-main-ico {
        display: inline-block !important;
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        text-align: center;
    }

    .mk-box-icon .rounded-circle .small {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 24px !important;
    }

    .mk-box-icon .rounded-circle .medium {
        height: 84px !important;
        width: 84px !important;
        line-height: 84px !important;
        font-size: 32px !important;
    }

.mk-box-icon-2 {
    display: block;
}

    .mk-box-icon-2 .mk-box-icon-2-icon {
        border-width: 2px !important;
        border-radius: 50%;
        -webkit-transition: all ease-in .2s;
        -moz-transition: all ease-in .2s;
        -ms-transition: all ease-in .2s;
        -o-transition: all ease-in .2s;
        transition: all ease-in .2s;
        display: inline-block;
    }

        .mk-box-icon-2 .mk-box-icon-2-icon i {
            display: block;
            vertical-align: middle;
            line-height: inherit;
            text-align: center;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-16 {
            line-height: 50px;
            height: 54px;
            width: 54px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-32 {
            line-height: 80px;
            height: 84px;
            width: 84px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-48 {
            line-height: 96px;
            height: 100px;
            width: 100px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-64 {
            line-height: 126px;
            height: 130px;
            width: 130px;
        }

        .mk-box-icon-2 .mk-box-icon-2-icon.size-128 {
            line-height: 184px;
            height: 190px;
            width: 190px;
        }

    .mk-box-icon-2 .mk-box-icon-2-image img, .mk-box-icon-2 .mk-box-icon-2-image svg {
        width: 100%;
    }

    .mk-box-icon-2 .mk-box-icon-2-title {
        display: block;
        margin: 0;
    }

    .mk-box-icon-2 .mk-box-icon-2-content {
        display: block;
    }

    .mk-box-icon-2.box-align-left {
        text-align: left;
    }

    .mk-box-icon-2.box-align-center {
        text-align: center;
    }

        .mk-box-icon-2.box-align-center .mk-box-icon-2-icon, .mk-box-icon-2.box-align-center .mk-box-icon-2-image {
            display: inline-block;
            margin: 0 auto;
        }

    .mk-box-icon-2.box-align-right {
        text-align: right;
    }

.mk-circle-image {
    text-align: center;
}

    .mk-circle-image .item-holder {
        display: inline-block;
        overflow: hidden;
        margin: 0 auto;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

        .mk-circle-image .item-holder a {
            display: inline-block;
            line-height: 4px;
        }

        .mk-circle-image .item-holder img {
            width: 100%;
        }

.mk-image-shortcode {
    position: relative;
    line-height: 4px;
}

    .mk-image-shortcode.align-left {
        text-align: left;
    }

    .mk-image-shortcode.align-right {
        float: right;
    }

    .mk-image-shortcode.align-center {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .mk-image-shortcode img {
        position: relative;
    }

    .mk-image-shortcode.lightbox-enabled:hover img {
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-filter: grayscale(1);
    }

    .mk-image-shortcode:hover .mk-image-overlay {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 90;
        -khtml-opacity: 90;
        opacity: 90;
        opacity: .9;
    }

    .mk-image-shortcode:hover .mk-image-shortcode-lightbox {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-image-shortcode.rounded-frame, .mk-image-shortcode.rounded-frame .mk-image-overlay, .mk-image-shortcode.rounded-frame img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .mk-image-shortcode.gray_border-frame .mk-image-inner {
        border: 6px solid rgba(0,0,0,.06);
    }

    .mk-image-shortcode.border_shadow-frame .mk-image-inner {
        border: 6px solid #fff;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
        box-shadow: 0 0 5px rgba(0,0,0,.25);
    }

    .mk-image-shortcode.shadow_only-frame .mk-image-inner {
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.25);
        box-shadow: 0 0 4px rgba(0,0,0,.25);
    }

    .mk-image-shortcode.single_line-frame .mk-image-inner {
        border: 1px solid rgba(0,0,0,.1);
    }

    .mk-image-shortcode .mk-image-inner {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        width: auto;
    }

    .mk-image-shortcode.inside-image .mk-image-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 10px;
        padding: 10px;
        background-color: #4c4c4c;
        background-color: rgba(0,0,0,.4);
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mk-image-shortcode.inside-image .mk-image-caption:hover {
            background-color: #383838;
            background-color: rgba(0,0,0,.5);
        }

        .mk-image-shortcode.inside-image .mk-image-caption .mk-caption-title {
            display: block;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
        }

        .mk-image-shortcode.inside-image .mk-image-caption .mk-caption-desc {
            display: block;
            margin-top: 5px;
            font-size: 12px;
            line-height: 18px;
        }

    .mk-image-shortcode.outside-image .mk-image-caption {
        margin: 10px 0;
    }

        .mk-image-shortcode.outside-image .mk-image-caption .mk-caption-title {
            display: block;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
        }

        .mk-image-shortcode.outside-image .mk-image-caption .mk-caption-desc {
            display: block;
            margin-top: 5px;
            font-style: italic;
            font-size: 11px;
            line-height: 18px;
        }

.mk-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-image-shortcode-lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    width: 100px;
    height: 100px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .mk-image-shortcode-lightbox:hover {
        color: #fff;
    }

    .mk-image-shortcode-lightbox i {
        line-height: 100px;
        font-size: 48px;
    }

@media handheld,only screen and (max-width:480px) {
    .inside-image .mk-image-caption {
        display: none !important;
    }
}

@media handheld,only screen and (max-width:767px) {
    .mk-image-shortcode.align-left, .mk-image-shortcode.align-right {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
}

.mk-imagebox-shortcode {
    margin-bottom: 20px;
    position: relative;
}

    .mk-imagebox-shortcode .swiper-navigation {
        padding-bottom: 14px;
        clear: both;
        display: block;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -ms-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
    }

        .mk-imagebox-shortcode .swiper-navigation .swiper-arrows {
            font-size: 24px;
            color: #ccc;
            color: rgba(128,128,128,.2);
        }

            .mk-imagebox-shortcode .swiper-navigation .swiper-arrows:hover {
                color: rgba(128,128,128,.4);
            }

        .mk-imagebox-shortcode .swiper-navigation .mk-swiper-next {
            float: right;
        }

    .mk-imagebox-shortcode:hover .swiper-navigation {
        opacity: 1;
    }

    .mk-imagebox-shortcode.column-style .swiper-slide {
        float: none;
    }

    .mk-imagebox-shortcode .imagebox-one-column .mk-imagebox-item, .mk-imagebox-shortcode .slide-style .swiper-slide .mk-imagebox-item {
        width: 100%;
    }

    .mk-imagebox-shortcode .imagebox-two-column .mk-imagebox-item {
        width: 49.96%;
    }

    .mk-imagebox-shortcode .imagebox-three-column .mk-imagebox-item {
        width: 33.31%;
    }

    .mk-imagebox-shortcode .imagebox-four-column .mk-imagebox-item {
        width: 24.96%;
    }

    .mk-imagebox-shortcode .imagebox-five-column .mk-imagebox-item {
        width: 19.96%;
    }

    .mk-imagebox-shortcode .imagebox-six-column .mk-imagebox-item {
        width: 16.6%;
    }

    .mk-imagebox-shortcode .mk-imagebox-video-preview {
        display: none;
    }

@media handheld,only screen and (max-width:1024px) {
    .mk-imagebox-shortcode .mk-imagebox-video-preview {
        display: block;
    }

    .mk-imagebox-shortcode .mk-imagebox-video {
        display: none !important;
    }
}

@media handheld,only screen and (max-width:960px) {
    .mk-imagebox-shortcode .imagebox-five-column .mk-imagebox-item, .mk-imagebox-shortcode .imagebox-four-column .mk-imagebox-item, .mk-imagebox-shortcode .imagebox-six-column .mk-imagebox-item, .mk-imagebox-shortcode .imagebox-three-column .mk-imagebox-item, .mk-imagebox-shortcode .imagebox-two-column .mk-imagebox-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .mk-imagebox-shortcode .imagebox-five-column img, .mk-imagebox-shortcode .imagebox-four-column img, .mk-imagebox-shortcode .imagebox-six-column img, .mk-imagebox-shortcode .imagebox-three-column img, .mk-imagebox-shortcode .imagebox-two-column img {
        width: 100%;
    }
}

@media handheld,only screen and (max-width:540px) {
    .mk-imagebox-shortcode .mk-imagebox-item {
        width: 100% !important;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .item-holder {
            margin: 0 !important;
        }
}

.mk-imagebox-shortcode .mk-imagebox-item {
    float: left;
}

    .mk-imagebox-shortcode .mk-imagebox-item .item-holder {
        position: relative;
        overflow: hidden;
    }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-image {
        text-align: center;
        padding: 0;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-image.padding-true {
            padding: 5% 5% 0;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-title {
        line-height: 1.66em;
        padding: 10% 10% 7%;
        letter-spacing: 1px;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-title h5 {
            margin: 0;
            text-align: center;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-text {
        padding: 0 13% 7%;
    }

        .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-text p {
            text-align: center;
        }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-video-container {
        padding-top: 0;
        padding-bottom: 91% !important;
    }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-video, .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-video video {
        display: block;
        width: 100%;
    }

    .mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-button a {
        display: block;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 20px;
        text-align: center;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

.mk-laptop-slideshow-shortcode {
    margin: 0 auto 60px;
    width: 100%;
    text-align: center;
}

    .mk-laptop-slideshow-shortcode.full-laptop .mk-flex-slides, .mk-laptop-slideshow-shortcode.one-half-laptop .mk-flex-slides {
        margin: 0 auto !important;
    }

    .mk-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a {
        margin-top: -16px;
    }

        .mk-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            font-size: 32px;
        }

    .mk-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a {
        margin-top: -12px;
    }

        .mk-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
            font-size: 24px;
        }

    .mk-laptop-slideshow-shortcode.one-fourth-laptop {
        margin-bottom: 30px !important;
    }

        .mk-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a {
            margin-top: -8px;
        }

            .mk-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
                font-size: 16px;
            }

@media handheld,only screen and (max-width:600px) {
    .mk-laptop-slideshow-shortcode .mk-jupiter-icon-arrow-left:before, .mk-laptop-slideshow-shortcode .mk-jupiter-icon-arrow-right:before {
        font-size: 32px !important;
    }
}

.mk-laptop-slideshow-shortcode:hover .flex-direction-nav a {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}

.mk-laptop-slideshow-shortcode:hover .flex-prev {
    left: 0;
}

.mk-laptop-slideshow-shortcode:hover .flex-next {
    right: 0;
}

.mk-laptop-slideshow-shortcode .mk-flex-slides {
    text-align: center;
}

.mk-laptop-slideshow-shortcode .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .mk-laptop-slideshow-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-laptop-slideshow-shortcode .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #ccc;
        font-size: 48px;
    }

    .mk-laptop-slideshow-shortcode .flex-direction-nav a:hover i:before {
        color: #7f7f7f;
    }

.mk-laptop-slideshow-shortcode .flex-prev {
    left: 30px;
}

.mk-laptop-slideshow-shortcode .flex-next {
    right: 30px;
}

.mk-laptop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.vc_col-sm-6 .full-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-6 .full-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 32px !important;
}

.vc_col-sm-3 .full-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-3 .full-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-3 .one-half-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-3 .one-half-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-4 .full-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-4 .full-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-4 .one-half-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-4 .one-half-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 24px !important;
}

.vc_col-sm-2 .full-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-2 .full-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-2 .one-fourth-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-2 .one-fourth-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-2 .one-half-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-2 .one-half-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-2 .one-third-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-2 .one-third-laptop .mk-jupiter-icon-arrow-right:before, .vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-left:before, .vc_col-sm-3 .one-third-laptop .mk-jupiter-icon-arrow-right:before {
    font-size: 16px !important;
}

.mk-lcd-slideshow {
    margin: 0 auto 160px;
    width: 100%;
    text-align: center;
}

@media handheld,only screen and (max-width:767px) {
    .mk-lcd-slideshow {
        margin-bottom: 100px !important;
    }
}

@media handheld,only screen and (max-width:600px) {
    .mk-lcd-slideshow {
        margin-bottom: 70px !important;
    }
}

@media handheld,only screen and (max-width:500px) {
    .mk-lcd-slideshow {
        margin-bottom: 50px !important;
    }
}

@media handheld,only screen and (max-width:321px) {
    .mk-lcd-slideshow {
        margin-bottom: 10px !important;
    }
}

.mk-lcd-slideshow:hover .flex-direction-nav a {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: .7;
}

.mk-lcd-slideshow:hover .flex-prev {
    left: 60px !important;
}

.mk-lcd-slideshow:hover .flex-next {
    right: 60px !important;
}

.mk-lcd-slideshow .flex-direction-nav a {
    position: absolute;
    top: 45%;
    margin-top: -16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

    .mk-lcd-slideshow .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-lcd-slideshow .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        line-height: inherit;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }

.mk-lcd-slideshow .flex-prev {
    left: 70px !important;
}

.mk-lcd-slideshow .flex-next {
    right: 70px !important;
}

.mk-lcd-image {
    position: absolute;
    top: 0;
    left: 0;
}

.vc_col-sm-8 .mk-lcd-slideshow {
    margin: 0 auto 70px;
}

    .vc_col-sm-8 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -48px;
    }

.vc_col-sm-6 .mk-lcd-slideshow {
    margin: 0 auto 50px;
}

    .vc_col-sm-6 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -28px;
    }

.vc_col-sm-4 .mk-lcd-slideshow {
    margin: 0 auto 50px;
}

    .vc_col-sm-4 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -40px;
    }

.vc_col-sm-3 .mk-lcd-slideshow {
    margin: 0 auto 60px;
}

    .vc_col-sm-3 .mk-lcd-slideshow .flex-direction-nav a {
        margin-top: -28px;
    }

.vc_col-sm-2 .mk-lcd-slideshow {
    margin: 0 auto 40px;
}

    .vc_col-sm-2 .mk-lcd-slideshow .flex-direction-nav a {
        display: none;
    }

.vc_col-sm-6 .vc_col-sm-4 .mk-lcd-slideshow, .vc_col-sm-6 .vc_col-sm-8 .mk-lcd-slideshow {
    margin: 0 auto 40px;
}

    .vc_col-sm-6 .vc_col-sm-4 .mk-lcd-slideshow .flex-direction-nav a {
        display: none;
    }

.mk-list-styles.align-left {
    float: left;
}

.mk-list-styles.align-right {
    float: right;
}

.mk-list-styles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-list-styles ul li {
        position: relative;
        margin: 0 0 6px;
        padding: 0 0 0 21px;
        line-height: 24px !important;
    }

        .mk-list-styles ul li:before {
            position: absolute;
            top: 2px;
            left: 0;
            font-size: 16px;
            line-height: 24px !important;
        }

.mk-message-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    background-position: 15px center;
    background-repeat: no-repeat;
}

    .mk-message-box span {
        display: block;
        padding: 15px 15px 15px 65px;
        text-align: left;
    }

    .mk-message-box .box-close-btn {
        position: absolute;
        top: 0;
        right: 6px;
    }

    .mk-message-box.mk-comment-message-box {
        border-color: #ddd;
        background-color: #eee;
        background-image: url(https://www.changangroup.com/Template/images/box-comment-icon.png);
    }

        .mk-message-box.mk-comment-message-box i {
            color: #aaa;
        }

    .mk-message-box.mk-info-message-box {
        border-color: #afe0ee;
        background-color: #d1eff8;
        background-image: url(https://www.changangroup.com/Template/images/box-info-icon.png);
    }

        .mk-message-box.mk-info-message-box i {
            color: #3ea3bc;
        }

        .mk-message-box.mk-info-message-box .button.wc-forward {
            background-color: #3ea2c1;
        }

    .mk-message-box.mk-error-message-box {
        border-color: #fd8585;
        background-color: #fac6bf;
        background-image: url(https://www.changangroup.com/Template/images/box-error-icon.png);
    }

        .mk-message-box.mk-error-message-box i {
            color: #de303a;
        }

        .mk-message-box.mk-error-message-box .button.wc-forward {
            background-color: #df3531;
        }

    .mk-message-box.mk-confirm-message-box {
        border-color: #72dd9d;
        background-color: #b8f4d0;
        background-image: url(https://www.changangroup.com/Template/images/box-confirm-icon.png);
    }

        .mk-message-box.mk-confirm-message-box i {
            color: #20b66e;
        }

        .mk-message-box.mk-confirm-message-box .button.wc-forward {
            background-color: #28b863;
        }

    .mk-message-box.mk-warning-message-box {
        border-color: #e0c069;
        background-color: #fbf1c8;
        background-image: url(https://www.changangroup.com/Template/images/box-warning-icon.png);
    }

        .mk-message-box.mk-warning-message-box i {
            color: #be9a34;
        }

        .mk-message-box.mk-warning-message-box .button.wc-forward {
            background-color: #be9c00;
        }

.mk-milestone {
    margin-bottom: 20px;
}

    .mk-milestone .milestone-number, .mk-milestone .milestone-prefix, .mk-milestone .milestone-suffix {
        line-height: 110%;
        letter-spacing: 2px;
    }

    .mk-milestone.left-align .milestone-top {
        float: left;
    }

    .mk-milestone.left-align i {
        float: left;
        margin-right: 10px;
    }

    .mk-milestone.left-align .milestone-text:after {
        left: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        ms-transform: translate(0,0);
    }

    .mk-milestone.center-align {
        text-align: center;
    }

        .mk-milestone.center-align .milestone-top {
            display: block;
        }

        .mk-milestone.center-align i {
            display: block;
            margin-bottom: 30px;
        }

        .mk-milestone.center-align .milestone-text:after {
            left: 50%;
            -webkit-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
            ms-transform: translate(-50%,0);
        }

    .mk-milestone.right-align .milestone-top {
        float: right;
        text-align: right;
    }

    .mk-milestone.right-align i {
        float: right;
        margin-left: 10px;
    }

    .mk-milestone.right-align .milestone-text:after {
        right: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        ms-transform: translate(0,0);
    }

    .mk-milestone .milestone-text {
        letter-spacing: 1px;
        line-height: 100%;
        position: relative;
        margin: 16px 0;
        padding: 16px 0;
    }

        .mk-milestone .milestone-text:after {
            content: '';
            display: block;
            position: absolute;
            width: 20px;
            height: 3px;
            background: #999;
            top: 0;
        }

    .mk-milestone.milestone-small i {
        font-size: 32px;
    }

    .mk-milestone.milestone-small .milestone-number, .mk-milestone.milestone-small .milestone-prefix, .mk-milestone.milestone-small .milestone-suffix {
        font-size: 26px;
    }

    .mk-milestone.milestone-medium i {
        font-size: 48px;
    }

    .mk-milestone.milestone-medium .milestone-number, .mk-milestone.milestone-medium .milestone-prefix, .mk-milestone.milestone-medium .milestone-suffix {
        font-size: 40px;
    }

    .mk-milestone.milestone-large i {
        font-size: 72px;
    }

    .mk-milestone.milestone-large .milestone-number, .mk-milestone.milestone-large .milestone-prefix, .mk-milestone.milestone-large .milestone-suffix {
        font-size: 50px;
    }

.mk-mini-callout {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid #dbdbdb;
    background-color: #f6f6f6;
}

    .mk-mini-callout p {
        display: inline;
        margin-bottom: 0;
    }

    .mk-mini-callout .callout-title {
        padding-right: 6px;
        color: #333;
        font-weight: 700;
    }

    .mk-mini-callout a i {
        padding-left: 6px;
        font-size: 14px;
    }

.mk-moving-image-shortcode img {
    width: auto !important;
    display: inline-block !important;
}

.mk-page-section {
    position: relative;
    overflow: hidden;
}

    .mk-page-section.drop-top-shadow {
        -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
        -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
        box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
    }

    .mk-page-section .vc_row-fluid {
        position: relative;
    }

    .mk-page-section .theme-content {
        padding: 0 20px;
    }

    .mk-page-section.full-height-true {
        min-height: 300px;
    }

    .mk-page-section .page-section-fullwidth {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mk-page-section .background-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);
    }

@media handheld,only screen and (max-width:1024px) {
    .mk-page-section .background-layer {
        background-attachment: scroll !important;
        position: absolute !important;
    }
}

.mk-page-section .background-clipper {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
    width: 100%;
    height: 100%;
}

.mk-page-section .abb-skip-to-next {
    z-index: 10;
}

.mk-half-layout {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
}

    .mk-half-layout.half_left_layout {
        left: 0;
    }

    .mk-half-layout.half_right_layout {
        right: 0;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-half-layout {
        width: 100%;
        height: 500px;
    }
}

.mk-video-color-mask, .mk-video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mk-video-color-mask {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: .7;
}

.mk-video-mask {
    background: url(https://www.changangroup.com/Template/images/video-mask.png) center center;
}

.mk-video-preload {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mk-section-video {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
}

    .mk-section-video .video-social-hosted {
        display: inline-block;
        padding: 56.25% 0 0;
        margin: 0;
        width: 100%;
        heigth: 0;
        position: relative;
    }

    .mk-section-video video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .mk-section-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

.mk-section-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform-style: preserve-3d;
    background-position: center;
    background-size: cover;
}

.mk-half-layout-container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    width: 40%;
    margin: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mk-half-layout-container.half_left_layout {
        float: right;
    }

    .mk-half-layout-container.half_right_layout {
        float: left;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-half-layout-container {
        width: auto !important;
        margin: 0;
        padding-top: 530px !important;
        padding-left: 20px;
        padding-right: 20px;
        float: none !important;
    }
}

.mk-video-section-touch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

@media only screen and (min-device-width:320px) and (max-width:1024px) {
    .mk-page-section {
        background-position: center !important;
        background-attachment: scroll !important;
    }

    .mk-section-video {
        display: none !important;
    }

    .mk-video-section-touch {
        display: block !important;
    }
}

.mk-page-section-loader {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .mk-page-section-loader .mk-preloader {
        top: 50%;
    }

.mk-effect-wrapper {
    overflow: hidden;
    position: relative;
}

.mk-page-title-box {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

    .mk-page-title-box .mk-effect-bg-layer {
        position: absolute;
        height: 120%;
        width: 100%;
        top: -20%;
        left: 0;
        -webkit-transform: tranzlateZ(0);
        -moz-transform: tranzlateZ(0);
        -ms-transform: tranzlateZ(0);
        -o-transform: tranzlateZ(0);
        transform: tranzlateZ(0);
        ms-transform: tranzlateZ(0);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        -o-transform-origin: top center;
        ms-transform-origin: top center;
    }

        .mk-page-title-box .mk-effect-bg-layer .mk-effect-gradient-layer {
            position: absolute;
            top: 1px;
            left: 0;
            width: 100%;
            height: 100%;
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
            background: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
            background: -moz-linear-gradient(top,rgba(255,255,255,0),#fff);
            background: -ms-linear-gradient(top,rgba(255,255,255,0),#fff);
            background: -o-linear-gradient(top,rgba(255,255,255,0),#fff);
            background-color: rgba(255,255,255,0);
        }

    .mk-page-title-box .mk-page-title-box-content {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

    .mk-page-title-box .mk-page-title-box-subtitle {
        margin-bottom: 0;
    }

    .mk-page-title-box .mk-page-title-box-title {
        letter-spacing: 1px;
        display: inline-block;
    }

        .mk-page-title-box .mk-page-title-box-title.mk-page-title-box-title--underline {
            position: relative;
        }

            .mk-page-title-box .mk-page-title-box-title.mk-page-title-box-title--underline:after {
                display: block;
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -15px;
                width: 30px;
                height: 3px;
            }

.wpb_pinterest_type_horizontal {
    height: 25px;
}

.wpb_pinterest_type_vertical {
    height: 60px;
}

.wpb_pinterest_type_none {
    height: 25px;
}

.wpb_fb_like, .wpb_googleplus, .wpb_pinterest, .wpb_tweetme {
    display: inline-block;
}

.wpb_content_element {
    margin-bottom: 20px;
}

.mk-portfolio-carousel .mk-fancy-title {
    margin-right: 35px;
    font-weight: 700 !important;
    font-size: 14px !important;
}

    .mk-portfolio-carousel .mk-fancy-title span {
        padding-right: 5px;
    }

.mk-portfolio-carousel .mk-portfolio-view-all {
    float: right;
    padding: 0 7px;
    font-size: 11px;
}

.mk-portfolio-carousel .flex-viewport ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mk-portfolio-carousel .flex-viewport ul li {
        position: relative;
        padding-right: 15px;
        min-height: 230px;
    }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-extra-info {
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
            ms-transform: translate(0,0);
            -webkit-transition-delay: .2s;
            transition-delay: .2s;
        }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-overlay {
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 70;
            -khtml-opacity: 70;
            opacity: 70;
            opacity: .7;
        }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-lightbox {
            left: 85px;
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

        .mk-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-permalink {
            right: 85px;
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

.mk-portfolio-carousel .flex-direction-nav a {
    position: absolute;
    top: -37px;
}

    .mk-portfolio-carousel .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-portfolio-carousel .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #aaa;
    }

.mk-portfolio-carousel .flex-prev {
    right: 20px;
}

.mk-portfolio-carousel .flex-next {
    right: 0;
}

.mk-portfolio-carousel-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-carousel-lightbox, .portfolio-carousel-permalink {
    padding: 5px;
    position: absolute;
    top: 40%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .portfolio-carousel-lightbox i, .portfolio-carousel-permalink i {
        color: #fff;
        font-size: 32px;
        line-height: 32px;
        margin-top: -4px;
    }

.portfolio-carousel-lightbox {
    left: 65px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-carousel-permalink {
    right: 65px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.portfolio-carousel-extra-info {
    position: relative;
    margin: -40px auto 0;
    padding: 14px;
    width: 240px;
    background-color: #222;
    text-align: center;
    -webkit-transform: translate(0,6px);
    -moz-transform: translate(0,6px);
    -ms-transform: translate(0,6px);
    -o-transform: translate(0,6px);
    transform: translate(0,6px);
    ms-transform: translate(0,6px);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio-carousel-title {
    display: inline-block;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 16px !important;
}

.portfolio-carousel-cats {
    display: block;
    letter-spacing: 1px;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
}

.mk-portfolio-carousel-modern .mk-portfolio-modern-image {
    position: relative;
}

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image img {
        position: relative;
        max-width: 100%;
        height: auto;
        border: 0;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .modern-post-type-icon, .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .portfolio-categories {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .portfolio-modern-meta {
        bottom: 30px;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 100;
        -khtml-opacity: 100;
        opacity: 100;
        opacity: 1;
    }

    .mk-portfolio-carousel-modern .mk-portfolio-modern-image:hover .image-hover-overlay {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 85;
        -khtml-opacity: 85;
        opacity: 85;
        opacity: .85;
    }

.mk-portfolio-carousel-modern .image-hover-overlay {
    background-color: #000 !important;
}

.mk-portfolio-carousel-modern .the-title {
    padding: 0 20px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.mk-portfolio-carousel-modern .portfolio-modern-meta {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mk-portfolio-carousel-modern .portfolio-categories {
    padding: 0 20px;
    color: #fff;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.mk-portfolio-carousel-modern .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    width: 55px;
    height: 55px;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    line-height: 60px;
}

    .mk-portfolio-carousel-modern .flex-direction-nav a:hover {
        background-color: rgba(0,0,0,.6);
    }

    .mk-portfolio-carousel-modern .flex-direction-nav a .mk-jupiter-icon-arrow-left:before, .mk-portfolio-carousel-modern .flex-direction-nav a .mk-jupiter-icon-arrow-right:before {
        color: #fff;
        font-size: 16px;
    }

    .mk-portfolio-carousel-modern .flex-direction-nav a.flex-prev {
        left: 0;
    }

    .mk-portfolio-carousel-modern .flex-direction-nav a.flex-next {
        right: 0;
    }

.modern-post-type-icon {
    position: absolute;
    display: block;
    top: 30%;
    left: 50%;
    margin-left: -25px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 100px;
    color: #fff;
}

    .modern-post-type-icon i {
        font-size: 48px;
        line-height: 50px;
    }

.mk-process-steps {
    margin-bottom: 30px;
    text-align: center;
}

    .mk-process-steps ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-process-steps ul:before {
            position: absolute;
            left: 80px;
            display: block;
            width: 85%;
            height: 0;
            border-top: 1px dashed #bbb;
            content: "";
        }

        .mk-process-steps ul li {
            display: inline-block;
            float: left;
            margin: 0;
            padding-top: 6px;
        }

            .mk-process-steps ul li:hover i {
                color: #fff;
                -webkit-animation: toRightFromLeft .3s forwards;
                -moz-animation: toRightFromLeft .3s forwards;
                animation: toRightFromLeft .3s forwards;
            }

            .mk-process-steps ul li:hover .mk-process-icon {
                -webkit-box-shadow: 0 0 0 6px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 0 6px rgba(0,0,0,.1);
                box-shadow: 0 0 0 6px rgba(0,0,0,.1);
            }

            .mk-process-steps ul li h3 {
                position: relative;
                display: inline-block;
                margin: 35px auto 20px;
                font-size: 16px !important;
            }

            .mk-process-steps ul li p {
                position: relative;
                display: inline-block;
                margin-bottom: 0;
                text-align: center;
            }

.mk-process-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: background .3s,color .3s,box-shadow .3s;
    -moz-transition: background .3s,color .3s,box-shadow .3s;
    transition: background .3s,color .3s,box-shadow .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #bbb;
    -moz-box-shadow: 0 0 0 2px #bbb;
    box-shadow: 0 0 0 2px #bbb;
}

    .mk-process-icon:after {
        display: none;
    }

    .mk-process-icon i {
        display: inline-block;
        color: #bbb;
        color: rgba(0,0,0,.24);
    }

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: .4;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.mk-process-steps.process-steps-3 ul:before {
    top: 115px;
}

.mk-process-steps.process-steps-3 li {
    width: 33.3%;
}

    .mk-process-steps.process-steps-3 li h3, .mk-process-steps.process-steps-3 li p {
        padding: 0 20px;
    }

.mk-process-steps.process-steps-3 .mk-process-desc, .mk-process-steps.process-steps-3 .mk-process-title {
    width: 288px;
}

.mk-process-steps.process-steps-3 .mk-process-icon {
    width: 230px;
    height: 230px;
    text-align: center;
}

    .mk-process-steps.process-steps-3 .mk-process-icon i {
        font-size: 80px;
        line-height: 230px;
    }

.mk-process-steps.process-steps-4 ul:before {
    top: 90px;
}

.mk-process-steps.process-steps-4 li {
    width: 25%;
}

    .mk-process-steps.process-steps-4 li h3, .mk-process-steps.process-steps-4 li p {
        padding: 0 20px;
    }

.mk-process-steps.process-steps-4 .mk-process-icon {
    width: 180px;
    height: 180px;
    text-align: center;
}

    .mk-process-steps.process-steps-4 .mk-process-icon i {
        font-size: 70px;
        line-height: 180px;
    }

.mk-process-steps.process-steps-5 ul:before {
    top: 70px;
}

.mk-process-steps.process-steps-5 li {
    width: 20%;
}

    .mk-process-steps.process-steps-5 li h3, .mk-process-steps.process-steps-5 li p {
        padding: 0 15px;
    }

.mk-process-steps.process-steps-5 .mk-process-icon {
    width: 140px;
    height: 140px;
    text-align: center;
}

    .mk-process-steps.process-steps-5 .mk-process-icon i {
        font-size: 60px;
        line-height: 140px;
    }

@media handheld,only screen and (max-width:960px) {
    .mk-process-steps ul:before {
        display: none !important;
    }

    .mk-process-steps li {
        margin-bottom: 30px !important;
        width: 100% !important;
        text-align: center;
    }
}

.mk-skill-chart {
    text-align: center;
}

.mk-skill-meter {
    margin-bottom: 15px;
}

    .mk-skill-meter .mk-skill-meter-title {
        letter-spacing: 1px;
        display: block;
        margin-bottom: 6px;
        font-weight: 700;
        line-height: 14px;
    }

    .mk-skill-meter .mk-progress-bar {
        position: relative;
        display: block;
        text-align: right;
    }

        .mk-skill-meter .mk-progress-bar .progress-outer {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

        .mk-skill-meter .mk-progress-bar .progress-inner {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .mk-skill-meter .mk-progress-bar .progress-percent {
            position: absolute;
            right: 10px;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 1px;
        }

.mk-skype-call {
    display: inline-block;
    padding: 10px 20px 9px 14px;
    border: 1px solid #ccc;
    background-color: #ededed;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.06);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.06);
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

    .mk-skype-call i {
        margin-right: 10px;
        color: #01a8e9;
        vertical-align: middle;
        font-size: 24px;
        line-height: 24px;
    }

    .mk-skype-call:hover {
        background-color: #01a8e9;
        color: #fff;
    }

        .mk-skype-call:hover i {
            color: #fff;
        }

.mk-slideshow-shortcode {
    position: relative;
    margin-bottom: 20px;
}

    .mk-slideshow-shortcode .mk-flex-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .mk-slideshow-shortcode .mk-flex-caption span {
            position: relative;
            display: block;
            padding: 15px 20px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
        }

    .mk-slideshow-shortcode:hover .flex-direction-nav .flex-next, .mk-slideshow-shortcode:hover .flex-direction-nav .flex-prev {
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 60;
        -khtml-opacity: 60;
        opacity: 60;
        opacity: .6;
    }

    .mk-slideshow-shortcode .flex-direction-nav .flex-next, .mk-slideshow-shortcode .flex-direction-nav .flex-prev {
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-color: rgba(0,0,0,.4);
        text-align: center;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-slideshow-shortcode .flex-direction-nav .flex-next:hover, .mk-slideshow-shortcode .flex-direction-nav .flex-prev:hover {
            background-color: rgba(0,0,0,.6);
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

        .mk-slideshow-shortcode .flex-direction-nav .flex-next i:before, .mk-slideshow-shortcode .flex-direction-nav .flex-prev i:before {
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

    .mk-slideshow-shortcode .flex-direction-nav .flex-next {
        right: 20px !important;
    }

    .mk-slideshow-shortcode .flex-direction-nav .flex-prev {
        left: 20px !important;
    }

    .mk-slideshow-shortcode .flex-control-nav {
        bottom: 10px;
        display: block;
    }

        .mk-slideshow-shortcode .flex-control-nav li a {
            display: block;
            padding: 0;
            width: 6px;
            height: 14px;
        }

            .mk-slideshow-shortcode .flex-control-nav li a i {
                color: #fff;
                font-size: 12px;
            }

            .mk-slideshow-shortcode .flex-control-nav li a.flex-active i:before {
                content: "\f111" !important;
            }

    .mk-slideshow-shortcode .color-mask {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.theatre-slider-container {
    width: 100%;
}

    .theatre-slider-container.center-align .computer-theatre-slider, .theatre-slider-container.center-align .laptop-theatre-slider {
        margin: 0 auto;
    }

    .theatre-slider-container.right-align .computer-theatre-slider, .theatre-slider-container.right-align .laptop-theatre-slider {
        margin: 0 0 0 auto;
    }

    .theatre-slider-container .computer-theatre-slider, .theatre-slider-container .laptop-theatre-slider {
        width: 100%;
        max-width: 1200px;
        position: relative;
    }

        .theatre-slider-container .computer-theatre-slider img, .theatre-slider-container .laptop-theatre-slider img {
            position: relative;
            pointer-events: none;
        }

        .theatre-slider-container .computer-theatre-slider .player, .theatre-slider-container .laptop-theatre-slider .player {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            position: relative;
            width: 100%;
            background-color: #000;
            height: 0;
        }

            .theatre-slider-container .computer-theatre-slider .player iframe, .theatre-slider-container .computer-theatre-slider .player video, .theatre-slider-container .laptop-theatre-slider .player iframe, .theatre-slider-container .laptop-theatre-slider .player video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .theatre-slider-container .laptop-theatre-slider .player-container {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .theatre-slider-container .laptop-theatre-slider .player-container .player {
                padding-bottom: 63%;
            }

        .theatre-slider-container .computer-theatre-slider .player-container {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .theatre-slider-container .computer-theatre-slider .player-container .player {
                padding-top: 2px;
                padding-bottom: 56.6%;
            }

.mk-slideshow-box.full-width-true .mk-slideshow-box-content {
    padding-left: 0;
    padding-right: 0;
}

@media handheld,only screen and (max-width:767px) {
    .mk-slideshow-box .mk-slideshow-box-content h1, .mk-slideshow-box .mk-slideshow-box-content h2, .mk-slideshow-box .mk-slideshow-box-content h3, .mk-slideshow-box .mk-slideshow-box-content h4, .mk-slideshow-box .mk-slideshow-box-content h5, .mk-slideshow-box .mk-slideshow-box-content h6 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .mk-slideshow-box .mk-slideshow-box-content .mk-button {
        margin-bottom: 20px !important;
    }
}

.mk-social-network-shortcode {
    margin: 10px 0;
    padding: 0;
}

    .mk-social-network-shortcode.social-align-right {
        text-align: right;
    }

    .mk-social-network-shortcode.social-align-center {
        text-align: center;
    }

    .mk-social-network-shortcode.social-align-left {
        text-align: left;
    }

    .mk-social-network-shortcode.small i {
        font-size: 16px;
    }

    .mk-social-network-shortcode.medium i {
        font-size: 24px;
    }

    .mk-social-network-shortcode.large i {
        font-size: 32px;
    }

    .mk-social-network-shortcode.x-large i {
        font-size: 48px;
    }

    .mk-social-network-shortcode.xx-large i {
        font-size: 64px;
    }

    .mk-social-network-shortcode ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .mk-social-network-shortcode ul li {
            display: inline-block;
            margin: 0;
        }

            .mk-social-network-shortcode ul li a {
                display: block;
                line-height: 100%;
            }

    .mk-social-network-shortcode.social-style-simple-rounded a, .mk-social-network-shortcode.social-style-square-pointed a, .mk-social-network-shortcode.social-style-square-rounded a {
        border-width: 2px;
        border-style: solid;
        background-color: #fff;
        background-color: rgba(50,50,50,0);
        -webkit-transition: background-color .2s ease;
        -moz-transition: background-color .2s ease;
        -ms-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease;
    }

        .mk-social-network-shortcode.social-style-simple-rounded a i, .mk-social-network-shortcode.social-style-square-pointed a i, .mk-social-network-shortcode.social-style-square-rounded a i {
            display: block;
        }

    .mk-social-network-shortcode.social-style-simple-rounded.xx-large a, .mk-social-network-shortcode.social-style-square-pointed.xx-large a, .mk-social-network-shortcode.social-style-square-rounded.xx-large a {
        padding: 25px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.xx-large i, .mk-social-network-shortcode.social-style-square-pointed.xx-large i, .mk-social-network-shortcode.social-style-square-rounded.xx-large i {
        font-size: 20px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.x-large a, .mk-social-network-shortcode.social-style-square-pointed.x-large a, .mk-social-network-shortcode.social-style-square-rounded.x-large a {
        padding: 20px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.x-large i, .mk-social-network-shortcode.social-style-square-pointed.x-large i, .mk-social-network-shortcode.social-style-square-rounded.x-large i {
        font-size: 18px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.large a, .mk-social-network-shortcode.social-style-square-pointed.large a, .mk-social-network-shortcode.social-style-square-rounded.large a {
        padding: 15px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.large i, .mk-social-network-shortcode.social-style-square-pointed.large i, .mk-social-network-shortcode.social-style-square-rounded.large i {
        font-size: 16px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.medium a, .mk-social-network-shortcode.social-style-square-pointed.medium a, .mk-social-network-shortcode.social-style-square-rounded.medium a {
        padding: 10px;
        border-width: 1px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.medium i, .mk-social-network-shortcode.social-style-square-pointed.medium i, .mk-social-network-shortcode.social-style-square-rounded.medium i {
        font-size: 14px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.small a, .mk-social-network-shortcode.social-style-square-pointed.small a, .mk-social-network-shortcode.social-style-square-rounded.small a {
        padding: 5px;
        border-width: 1px;
    }

    .mk-social-network-shortcode.social-style-simple-rounded.small i, .mk-social-network-shortcode.social-style-square-pointed.small i, .mk-social-network-shortcode.social-style-square-rounded.small i {
        font-size: 12px;
    }

    .mk-social-network-shortcode.social-style-square-rounded a {
        border-radius: 25%;
    }

    .mk-social-network-shortcode.social-style-simple-rounded a {
        border-radius: 50%;
    }

.mk-fancy-table {
    overflow: hidden;
    margin-bottom: 20px;
}

@media handheld,only screen and (max-width:767px) {
    .mk-fancy-table {
        overflow-x: scroll !important;
    }
}

.mk-fancy-table table {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mk-fancy-table th {
    padding: 18px 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.mk-fancy-table tfoot td {
    padding: 8px;
}

.mk-fancy-table.table-style1 tr:nth-child(odd) {
    background-color: rgba(0,0,0,.04);
}

.mk-fancy-table.table-style1 tfoot {
    background-color: #f3f3f3;
}

.mk-fancy-table.table-style1 tr {
    background-color: rgba(0,0,0,.02);
}

.mk-fancy-table.table-style1 td {
    padding: 12px;
    border-left: 1px solid #fff;
    text-align: center;
}

.mk-fancy-table.table-style2 {
    border-bottom: 1px solid #dcdcdc;
}

    .mk-fancy-table.table-style2 td {
        padding: 12px;
        border-bottom: 1px solid #dcdcdc;
        text-align: center;
    }

.mk-tabs {
    margin-bottom: 20px;
}

    .mk-tabs .mk-tabs-tabs li {
        position: relative;
        display: inline;
        float: left;
        margin: 0;
        padding: 0;
    }

        .mk-tabs .mk-tabs-tabs li a {
            display: block;
            margin: 0;
            outline: 0;
            color: #444;
            white-space: nowrap;
            font-weight: 700;
            font-size: 13px;
            line-height: 24px;
            cursor: pointer;
        }

@media handheld,only screen and (max-width:767px) {
    .mk-tabs .mk-tabs-tabs {
        display: none;
    }
}

.mk-tabs .mk-tabs-panes .title-mobile {
    display: none;
    color: #444;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,.05);
    border-bottom: 2px solid rgba(0,0,0,.1);
    padding: 5px 10px;
}

@media handheld,only screen and (max-width:767px) {
    .mk-tabs .mk-tabs-panes .title-mobile {
        display: block;
    }
}

.mk-tabs .mk-tabs-panes .mk-tabs-pane {
    position: relative;
}

@media handheld,only screen and (max-width:767px) {
    .mk-tabs .mk-tabs-panes .mk-tabs-pane {
        margin-bottom: 20px;
    }
}

.mk-tabs.default-style {
    margin-bottom: 20px;
}

    .mk-tabs.default-style .mk-tabs-tabs {
        position: relative;
        margin: 0 0 -1px !important;
    }

        .mk-tabs.default-style .mk-tabs-tabs li a {
            padding: 10px 20px;
            border: 1px solid #e5e5e5;
            border-left: none;
            background-color: #ebebeb;
            background-color: rgba(0,0,0,.05);
        }

        .mk-tabs.default-style .mk-tabs-tabs li:first-child a {
            border-left: 1px solid #e5e5e5;
            -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
            -moz-border-radius-topleft: 2px;
        }

        .mk-tabs.default-style .mk-tabs-tabs li:last-of-type a {
            -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
            -moz-border-radius-topright: 2px;
        }

        .mk-tabs.default-style .mk-tabs-tabs li:hover i {
            color: #868686 !important;
        }

        .mk-tabs.default-style .mk-tabs-tabs li.tab-with-icon a {
            padding: 10px 20px 10px 14px !important;
            line-height: 22px;
        }

            .mk-tabs.default-style .mk-tabs-tabs li.tab-with-icon a i {
                margin-right: 8px;
                color: #b9b9b9;
                font-size: 16px;
            }

        .mk-tabs.default-style .mk-tabs-tabs li.ui-tabs-active a {
            padding-bottom: 11px !important;
            border-bottom: none !important;
            cursor: default;
            background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
            background: -webkit-linear-gradient(top,transparent,transparent);
            background: -moz-linear-gradient(top,transparent,transparent);
            background: -ms-linear-gradient(top,transparent,transparent);
            background: -o-linear-gradient(top,transparent,transparent);
        }

    .mk-tabs.default-style .mk-tabs-panes {
        border: 1px solid #e5e5e5;
        position: relative;
        margin: 0;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-tabs.default-style .mk-tabs-panes {
        border: 0;
    }
}

.mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
    padding: 25px 25px 20px;
}

@media handheld,only screen and (max-width:767px) {
    .mk-tabs.default-style .mk-tabs-panes .mk-tabs-pane {
        padding: 0 !important;
    }
}

.mk-tabs.default-style.vertical-style .mk-tabs-tabs {
    float: left;
    margin: 0 -1px 0 0 !important;
    width: 25%;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom: none;
}

    .mk-tabs.default-style.vertical-style .mk-tabs-tabs li {
        display: block;
        float: none;
    }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li a {
            border: 1px solid #e5e5e5;
            border-top: none;
            border-left: none;
        }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li:last-of-type a {
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -moz-border-radius-topright: 0;
        }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li.ui-tabs-active a {
            padding-right: 21px !important;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #e5e5e5 !important;
        }

        .mk-tabs.default-style.vertical-style .mk-tabs-tabs li a {
            white-space: normal;
        }

.mk-tabs.default-style.vertical-style .mk-tabs-panes {
    float: left;
    width: 75%;
    border: none;
    border: 1px solid #e5e5e5;
}

@media handheld,only screen and (max-width:767px) {
    .mk-tabs.default-style.vertical-style .mk-tabs-panes {
        float: none !important;
        width: 100% !important;
        border: 0 !important;
    }
}

.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs {
    float: right;
    margin: 0 0 0 -1px !important;
}

    .mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs li a {
        border: 1px solid #e5e5e5;
        border-top: none;
        border-left: none;
    }

    .mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-tabs li.ui-tabs-active a {
        margin-left: -1px !important;
        border-bottom: 1px solid #e5e5e5 !important;
        border-left: none !important;
    }

.mk-tabs.default-style.vertical-style.vertical-right .mk-tabs-panes {
    float: right;
}

@media handheld,only screen and (max-width:600px) {
    .mk-tabs.default-style.vertical-style .mk-tabs-panes {
        width: 60%;
    }

    .mk-tabs.default-style.vertical-style .mk-tabs-tabs {
        width: 40%;
    }

    .mk-tabs.default-style.horizental-style .mk-tabs-tabs {
        border-bottom: 1px solid #e5e5e5;
    }

        .mk-tabs.default-style.horizental-style .mk-tabs-tabs li {
            display: block;
            float: none;
            border-bottom: none;
            border-left: 1px solid #e5e5e5;
        }

            .mk-tabs.default-style.horizental-style .mk-tabs-tabs li a {
                border-bottom: none !important;
            }

            .mk-tabs.default-style.horizental-style .mk-tabs-tabs li:first-child a {
                border-left: none !important;
            }
}

.mk-tabs.simple-style .mk-tabs-tabs {
    margin: 0;
    border-bottom: 2px solid #eee;
}

    .mk-tabs.simple-style .mk-tabs-tabs li a {
        padding: 14px 18px;
        margin: 0 0 -2px;
    }

    .mk-tabs.simple-style .mk-tabs-tabs li.tab-with-icon a {
        line-height: 22px;
    }

        .mk-tabs.simple-style .mk-tabs-tabs li.tab-with-icon a i {
            font-size: 20px;
            margin-right: 6px;
        }

    .mk-tabs.simple-style .mk-tabs-tabs li.ui-tabs-active a {
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

.mk-tabs.simple-style .mk-tabs-panes {
    padding: 25px 0 15px;
}

@media handheld,only screen and (max-width:780px) {
    .mk-tabs.simple-style .mk-tabs-tabs {
        border-bottom: none !important;
    }

        .mk-tabs.simple-style .mk-tabs-tabs li {
            float: none !important;
            display: block !important;
        }

            .mk-tabs.simple-style .mk-tabs-tabs li a {
                border-bottom: 2px solid #eee;
            }
}

.mk-tab-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mk-tab-slider-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
}

.mk-tab-slider-item {
    float: left;
}

    .mk-tab-slider-item .mk-tab-slider-share li a {
        font-size: 16px;
        margin-left: 10px;
        opacity: .6;
    }

        .mk-tab-slider-item .mk-tab-slider-share li a:hover {
            opacity: 1;
        }

    .mk-tab-slider-item.skin-dark .mk-slider-title {
        color: #222 !important;
    }

        .mk-tab-slider-item.skin-dark .mk-slider-title > hr {
            border-top: 3px solid #040300;
            margin: 15px auto 25px;
        }

    .mk-tab-slider-item.skin-dark .mk-slider-description, .mk-tab-slider-item.skin-dark .mk-slider-description p {
        color: #6a6665;
    }

    .mk-tab-slider-item.skin-dark .mk-tab-slider-share li a {
        color: #222;
    }

    .mk-tab-slider-item.skin-light .mk-slider-title {
        color: #fff !important;
    }

        .mk-tab-slider-item.skin-light .mk-slider-title > hr {
            border-top: 3px solid #fff;
            margin: 15px auto 30px;
        }

    .mk-tab-slider-item.skin-light .mk-slider-description, .mk-tab-slider-item.skin-light .mk-slider-description p, .mk-tab-slider-item.skin-light .mk-tab-slider-share li a {
        color: #f5f5f5;
    }

.mk-tab-slider-share {
    list-style: none;
    padding-left: 0;
    position: absolute;
    bottom: 50px;
    right: 70px;
}

    .mk-tab-slider-share li {
        float: left;
    }

.mk-tab-slider-icon {
    font-size: 100px;
    padding-right: 20px;
    float: left;
}

.mk-tab-slider-nav {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

    .mk-tab-slider-nav a {
        display: inline-block;
        padding: 15px;
        margin-right: 2px;
        position: relative;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .mk-tab-slider-nav a:link, .mk-tab-slider-nav a:visited {
            opacity: .4;
        }

        .mk-tab-slider-nav a.active, .mk-tab-slider-nav a:hover {
            opacity: 1;
        }

.mk-slider-content, .mk-slider-image {
    width: 50%;
    display: inline-block;
}

.mk-slider-content {
    padding: 0 70px;
    display: table;
    height: 100%;
    position: relative;
}

.mk-slider-content-inside {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.mk-slider-image img {
    width: 100%;
}

.mk-slider-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    display: block;
    margin: 0;
}

    .mk-slider-title > hr {
        max-width: 10%;
        border: 0;
        margin-left: 0 !important;
    }

.mk-slider-read-more {
    margin-top: 20px;
}

@media handheld,only screen and (max-width:767px) {
    .mk-slider-content {
        width: 100%;
        padding: 50px 25px;
        height: auto;
    }

    .mk-slider-image {
        width: 100%;
    }

    .mk-tab-slider-share {
        position: inherit;
        display: table;
        margin: 0 auto;
    }

        .mk-tab-slider-share li {
            float: none;
            display: table-cell;
            text-align: center;
            padding: 0 5px;
        }
}

@media handheld,only screen and (max-width:1024px) {
    .mk-slider-content {
        width: 100%;
        padding: 50px 25px;
        height: auto;
    }

    .mk-slider-image {
        width: 100%;
    }

    .mk-tab-slider-share {
        position: inherit;
        display: table;
        margin: 0 auto;
    }

        .mk-tab-slider-share li {
            float: none;
            display: table-cell;
            text-align: center;
            padding: 0 5px;
        }
}

.mk-testimonial {
    margin: 3px 3px 40px;
}

    .mk-testimonial .mk-testimonial-content {
        position: relative;
        margin-bottom: 30px;
        margin-top: 10px;
        padding: 20px 20px 0;
    }

        .mk-testimonial .mk-testimonial-content p {
            margin-bottom: 20px;
            line-height: 20px;
        }

    .mk-testimonial .mk-testimonial-author {
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 13px;
        line-height: 11px;
    }

    .mk-testimonial .mk-testimonial-company {
        font-size: 12px;
        line-height: 14px;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 80;
        -khtml-opacity: 80;
        opacity: 80;
        opacity: .8;
    }

    .mk-testimonial .flex-direction-nav a {
        color: #878787;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 40;
        -khtml-opacity: 40;
        opacity: 40;
        opacity: .4;
    }

        .mk-testimonial .flex-direction-nav a:hover {
            filter: alpha(opacity=@opacity * 100);
            -moz-opacity: 100;
            -khtml-opacity: 100;
            opacity: 100;
            opacity: 1;
        }

    .mk-testimonial.boxed-style .mk-testimonial-content {
        border: 1px solid #ededed;
        background-color: #fafafa;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .mk-testimonial.boxed-style .mk-testimonial-content:before {
            position: absolute;
            bottom: -7px;
            left: 35px;
            display: block;
            width: 14px;
            height: 14px;
            border: 1px solid #ededed;
            border-top: none;
            border-left: none;
            background-color: #fafafa;
            content: "";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            ms-transform: rotate(45deg);
        }

    .mk-testimonial.boxed-style .mk-testimonial-image {
        position: relative;
        float: left;
        margin: 0 20px;
    }

        .mk-testimonial.boxed-style .mk-testimonial-image img {
            width: 50px !important;
            height: 50px !important;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            -webkit-box-shadow: 0 0 1px #a9a9a9;
            -moz-box-shadow: 0 0 1px #a9a9a9;
            box-shadow: 0 0 1px #a9a9a9;
        }

    .mk-testimonial.boxed-style .flex-direction-nav .flex-next {
        right: 0 !important;
        bottom: 30px;
        margin: 0;
    }

    .mk-testimonial.boxed-style .flex-direction-nav .flex-prev {
        right: 20px !important;
        bottom: 30px;
    }

    .mk-testimonial.simple-style {
        padding: 10px 50px 0;
        margin-top: 37px;
        text-align: center;
    }

        .mk-testimonial.simple-style.testimonial-column .mk-moon-quotes-left, .mk-testimonial.simple-style.testimonial-column .mk-moon-quotes-right {
            display: none !important;
        }

@media handheld,only screen and (max-width:767px) {
    .mk-testimonial.simple-style.simple-style {
        padding: 0;
    }

    .mk-testimonial.simple-style .mk-moon-quotes-left, .mk-testimonial.simple-style .mk-moon-quotes-right {
        display: none !important;
    }
}

.mk-testimonial.simple-style .mk-testimonial-author {
    font-size: 16px;
}

.mk-testimonial.simple-style .mk-testimonial-company {
    font-size: 12px;
}

.mk-testimonial.simple-style .mk-moon-quotes-left, .mk-testimonial.simple-style .mk-moon-quotes-right {
    position: absolute;
    color: #eee;
    font-size: 50px;
}

.mk-testimonial.simple-style .mk-testimonial-content {
    margin-bottom: 0;
    font-size: 18px !important;
    line-height: 28px;
}

    .mk-testimonial.simple-style .mk-testimonial-content p {
        text-align: center;
        font-size: inherit;
        line-height: inherit;
    }

@media handheld,only screen and (max-width:767px) {
    .mk-testimonial.simple-style .mk-testimonial-content {
        padding: 0 !important;
    }
}

.mk-testimonial.simple-style .mk-moon-quotes-left {
    top: 70px;
    left: 0;
}

.mk-testimonial.simple-style .mk-moon-quotes-right {
    top: 70px;
    right: 0;
}

.mk-testimonial.simple-style .flex-direction-nav a i {
    font-size: 16px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next:after, .mk-testimonial.simple-style .flex-direction-nav .flex-prev:after {
    content: '';
    display: block;
    top: -14px;
    left: -14px;
    width: 45px;
    height: 45px;
    border: 2px solid #ccc;
    position: absolute;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next i, .mk-testimonial.simple-style .flex-direction-nav .flex-prev i {
    font-size: 14px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next:after {
    left: -15px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-next {
    top: -30px;
    left: 50% !important;
    margin: 0 0 0 28px;
}

.mk-testimonial.simple-style .flex-direction-nav .flex-prev {
    top: -30px;
    left: 50% !important;
    margin: 0 0 0 -40px;
}

.mk-testimonial.simple-style.light-version .flex-direction-nav a i, .mk-testimonial.simple-style.light-version .mk-testimonial-author, .mk-testimonial.simple-style.light-version .mk-testimonial-company, .mk-testimonial.simple-style.light-version .mk-testimonial-content, .mk-testimonial.simple-style.light-version .mk-testimonial-content p {
    color: #fff !important;
}

.mk-testimonial.simple-style.light-version .flex-direction-nav .flex-next:after, .mk-testimonial.simple-style.light-version .flex-direction-nav .flex-prev:after {
    border: 2px solid #fff;
}

.mk-testimonial.simple-style.light-version .mk-moon-quotes-left, .mk-testimonial.simple-style.light-version .mk-moon-quotes-right {
    color: rgba(255,255,255,.2);
}

.mk-testimonial.avantgarde-style {
    padding: 0 50px;
    text-align: center;
}

    .mk-testimonial.avantgarde-style.mk-testimonial {
        margin: 3px 3px 0 !important;
    }

    .mk-testimonial.avantgarde-style .mk-testimonial-image {
        display: block;
        text-align: center;
    }

        .mk-testimonial.avantgarde-style .mk-testimonial-image img {
            margin: 10px auto;
            width: 95px !important;
            height: 95px !important;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

    .mk-testimonial.avantgarde-style .mk-testimonial-author {
        font-size: 14px;
        color: #444 !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 25px 0 10px;
    }

    .mk-testimonial.avantgarde-style .mk-testimonial-company {
        font-size: 12px;
        font-style: italic;
    }

    .mk-testimonial.avantgarde-style .mk-testimonial-content {
        margin-bottom: 0;
        font-size: 18px !important;
        line-height: 28px;
        font-style: italic;
        padding: 0 20% 20px;
        font-weight: 700;
    }

        .mk-testimonial.avantgarde-style .mk-testimonial-content p {
            text-align: center;
            font-size: inherit;
            line-height: inherit;
        }

@media handheld,only screen and (max-width:767px) {
    .mk-testimonial.avantgarde-style .mk-testimonial-content {
        padding: 0 !important;
    }
}

.mk-testimonial.avantgarde-style .flex-direction-nav a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 76px;
    text-align: center;
    border: 1px solid #878787;
    border-radius: 50%;
}

    .mk-testimonial.avantgarde-style .flex-direction-nav a i {
        font-size: 16px;
    }

.mk-testimonial.avantgarde-style .flex-direction-nav .flex-next {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    right: 0 !important;
    margin: 0;
}

.mk-testimonial.avantgarde-style .flex-direction-nav .flex-prev {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    ms-transform: translate(0,-50%);
    left: 0 !important;
    margin: 0 !important;
}

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav a i, .mk-testimonial.avantgarde-style.light-version .mk-testimonial-author, .mk-testimonial.avantgarde-style.light-version .mk-testimonial-company, .mk-testimonial.avantgarde-style.light-version .mk-testimonial-content, .mk-testimonial.avantgarde-style.light-version .mk-testimonial-content p {
    color: #fff !important;
}

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav a {
    border: 1px solid #fff;
}

    .mk-testimonial.avantgarde-style.light-version .flex-direction-nav a i {
        font-size: 16px;
    }

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav .flex-next {
    margin: 0 0 0 6px;
}

.mk-testimonial.avantgarde-style.light-version .flex-direction-nav .flex-prev {
    margin: 0 0 0 -54px;
}

.mk-testimonial.avantgarde-style.light-version .mk-moon-quotes-left, .mk-testimonial.avantgarde-style.light-version .mk-moon-quotes-right {
    color: rgba(255,255,255,.2);
}

@media handheld,only screen and (max-width:767px) {
    .mk-testimonial.avantgarde-style {
        padding: 60px 0 0;
    }

        .mk-testimonial.avantgarde-style .flex-direction-nav .flex-next {
            top: 0;
            -webkit-transform: translate(110%,-50%);
            -moz-transform: translate(110%,-50%);
            -ms-transform: translate(110%,-50%);
            -o-transform: translate(110%,-50%);
            transform: translate(110%,-50%);
            ms-transform: translate(110%,-50%);
            right: 50% !important;
            margin: 0;
        }

        .mk-testimonial.avantgarde-style .flex-direction-nav .flex-prev {
            top: 0;
            -webkit-transform: translate(-110%,-50%);
            -moz-transform: translate(-110%,-50%);
            -ms-transform: translate(-110%,-50%);
            -o-transform: translate(-110%,-50%);
            transform: translate(-110%,-50%);
            ms-transform: translate(-110%,-50%);
            left: 50% !important;
            margin: 0 !important;
        }

        .mk-testimonial.avantgarde-style .mk-testimonial-content {
            padding: 0;
        }
}

.mk-testimonial.modern-style .mk-testimonial-content {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.05);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .mk-testimonial.modern-style .mk-testimonial-content:before {
        position: absolute;
        bottom: -8px;
        left: 55px;
        display: block;
        width: 14px;
        height: 14px;
        border: 2px solid rgba(0,0,0,.05);
        border-top: none;
        border-left: none;
        background-color: #fff;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        ms-transform: rotate(45deg);
    }

.mk-testimonial.modern-style .mk-testimonial-quote {
    padding: 20px 20px 0;
}

@media handheld,only screen and (max-width:767px) {
    .mk-testimonial.modern-style .mk-testimonial-quote {
        padding: 0 !important;
    }
}

.mk-testimonial.modern-style .mk-testimonial-image {
    position: relative;
    float: left;
    margin: 0 20px;
}

    .mk-testimonial.modern-style .mk-testimonial-image img {
        width: 50px !important;
        height: 50px !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px #a9a9a9;
        -moz-box-shadow: 0 0 1px #a9a9a9;
        box-shadow: 0 0 1px #a9a9a9;
    }

.mk-testimonial.modern-style .mk-testimonial-author {
    margin-top: 30px;
    color: #252525 !important;
}

.mk-testimonial.modern-style .flex-control-nav {
    top: 15px;
    display: block;
    height: 5px;
    bottom: auto;
}

    .mk-testimonial.modern-style .flex-control-nav li {
        margin: 0;
    }

        .mk-testimonial.modern-style .flex-control-nav li a {
            display: block;
            padding: 0 3px;
        }

            .mk-testimonial.modern-style .flex-control-nav li a i {
                color: #b2b2b2;
                font-size: 5px;
            }

                .mk-testimonial.modern-style .flex-control-nav li a i:before {
                    content: "\f111" !important;
                }

            .mk-testimonial.modern-style .flex-control-nav li a.flex-active i {
                color: #4c4c4c;
            }

.testimonial-column .testimonial-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-column .testimonial-item {
    display: inline-block;
    margin: 0;
    float: left;
    padding: 0 15px 30px;
}

.testimonial-column .one-column {
    width: 100%;
    padding: 0 0 30px;
}

.testimonial-column .two-column {
    width: 50%;
}

.testimonial-column .three-column {
    width: 33%;
}

.testimonial-column .four-column {
    width: 25%;
}

@media handheld,only screen and (max-width:900px) {
    .testimonial-column .four-column, .testimonial-column .three-column {
        width: 50% !important;
    }
}

@media handheld,only screen and (max-width:600px) {
    .testimonial-column .four-column, .testimonial-column .three-column, .testimonial-column .two-column {
        width: 100% !important;
        padding: 0 0 30px !important;
    }
}

.title-line-style {
    text-align: center;
    position: relative;
    padding: 30px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    .title-line-style.light-version {
        color: #fff !important;
    }

    .title-line-style::after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
    }

    .title-line-style.light-version::after {
        background-color: #fff;
    }

    .title-line-style.dark-version::after {
        background-color: #878787;
    }

.mk-tooltip {
    position: relative;
}

    .mk-tooltip .tooltip-init {
        cursor: help;
    }

    .mk-tooltip .tooltip-text {
        position: absolute;
        bottom: 28px;
        left: 0;
        padding: 12px;
        min-width: 140px;
        max-width: 230px;
        color: #fff;
        font-size: 11px;
        line-height: 16px;
        background: #444;
        filter: alpha(opacity=@opacity * 100);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

        .mk-tooltip .tooltip-text:after {
            position: absolute;
            bottom: -5px;
            left: 15px;
            display: block;
            width: 10px;
            height: 10px;
            content: "";
            background: #444;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            ms-transform: rotate(45deg);
        }

.mk-shortcode-heading.mk-fancy-title {
    margin-bottom: 18px;
    font-weight: 700 !important;
    font-size: 14px !important;
}

    .mk-shortcode-heading.mk-fancy-title.pattern-false, .mk-shortcode-heading.mk-fancy-title.pattern-false span {
        background: none !important;
    }

    .mk-shortcode-heading.mk-fancy-title span {
        padding-right: 8px;
    }

.mk-tweet-shortcode li {
    padding-left: 25px !important;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

    .mk-tweet-shortcode li:before {
        top: 12px;
        left: 0;
    }

.mk-twitter-shortcode {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    height: 0;
}

    .video-container embed, .video-container iframe, .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}

.fancybox-inner, .fancybox-outer {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    background-image: url(https://www.changangroup.com/Template/images/fancybox/fancybox_sprite.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url(https://www.changangroup.com/Template/images/fancybox/fancybox_loading.gif) center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

    .fancybox-close i {
        font-size: 16px;
        line-height: 32px;
    }

    .fancybox-close:hover {
        background-color: rgba(0,0,0,.5);
    }

.fancybox-nav {
    position: absolute;
    top: 25%;
    width: 40%;
    height: 50%;
    cursor: pointer;
    text-decoration: none;
    background: url(https://www.changangroup.com/Template/images/fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -25px;
    cursor: pointer;
    visibility: hidden;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

@media handheld,only screen and (max-width:768px) {
    .fancybox-nav span {
        visibility: visible !important;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .fancybox-nav span {
        visibility: visible !important;
    }
}

.fancybox-nav span i {
    font-size: 16px;
    line-height: 60px;
}

@media handheld,only screen and (max-width:768px) {
    .fancybox-nav span i {
        line-height: 30px;
    }
}

.fancybox-nav span:hover {
    background-color: rgba(0,0,0,.5);
}

.fancybox-prev span {
    left: 20px;
}

.fancybox-next span {
    right: 20px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background: url(../image/fancybox_overlay.png);
    z-index:9999;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    margin-right: 45px;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    margin-top: 10px;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        color: #444;
        line-height: 24px;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}
